janitz / Bascetta_Star

white origami star with esp8266, ws2812, and a custom web page (html, css, js, json, lua, vbs)
Other
1 stars 0 forks source link

ip addr #4

Open janitz opened 4 years ago

janitz commented 4 years ago

if your router (e.g. fritzbox) ip starts with 192.168.0.X then webserver won't work with this router....

janitz commented 4 years ago

replace ip="192.168.0.1" with ip="192.168.10.1"

and ssid='Star(192.168.0.1)' with ssid='Star(192.168.10.1)'

in AP_setup.lua