-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)
Description
Board: ESP-WROOM32
Core Installation/update date: Latest
IDE: Arduino IDE
Flash Frequency: 80Mhz/40Mhz
Upload Speed: 115200
Computer OS: Windows 10
So, I'm creating a OTA update server using the OTAWebUpdater example. When I connect it to my WiFi router, it works perfectly. The problem is, if I create a softAP instead of connecting it to my WiFi, it doesn't work anymore. The browser window returns the following:
"Not found: /serverIndex".
In the code, the only changes I made were WiFi.softAP(ssid, pass) instead of WiFi.begin(ssid, pass), and I removed the "wait for connection" loop.
What should I do?
Metadata
Metadata
Assignees
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)