Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OTA is broken in AP mode because ESP8266mDNS is checking whether the station is connected before processing. Change the logic to WiFi.isConnected() OR WiFi.softAPgetStationNum()>0 fixes the issue.
- Loading branch information