-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Running in AP mode? #253
Comments
Gonna try replacing these lines with WiFi.softAP and see what happens: esp8266-fastled-webserver/esp8266-fastled-webserver/esp8266-fastled-webserver.ino Line 401 in bc5d8d0
|
Removing the WiFi manager and including WiFi.softAP did work. Now just having issues connecting on iOS and webserver seems to randomly stall after a while. Gonna debug and see where I get. |
DId you remove anything more for it to work in AP Mode? I replaced the line you shared above with WiFi.softAP('mySSID') - and I don't see an AP with the SSID I specified |
This is from an older version, the version I use const bool apMode = true; if (apMode) { |
Heyo, I'm interested in running the webserver in AP mode instead of connecting to a wifi network. I'm planning to use my device on the go so I won't have a stable wifi to connect to. Happy to modify source if necessary to get this working!
The text was updated successfully, but these errors were encountered: