This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Closed
Description
Hi, OTA in the examples doesn't work properly after latest core updates.
When WiFi.mode(WIFI_AP_STA); is used, the Arduino IDE does not see OTA host.
With WiFi.mode(WIFI_STA); is OK
Here are the details:
esp8266/Arduino#7042