1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00
Files
esp8266/libraries
Zachary Drew 7a2e935f53 Fix OTA in AP mode (#5894)
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.
2019-03-21 12:05:16 -07:00
..
2019-03-21 12:05:16 -07:00
2019-03-21 18:21:48 +01:00
2019-03-07 11:37:38 +01:00
2019-03-08 09:35:38 -03:00