OTA upload and using WIFI router range extender?
Posted: Thu Nov 30, 2017 8:01 am
I would like to be able to use a Wifi router range extender with the ESP8266. Should the Wifi range extender use be transparent for OTA uploading? As I understand it the connection for OTA is between the PC and the router, and then the router to the ESP8266 correct? I noticed in a sketch with OTA upload that is working correctly that SSID and password are defined, however there is no Wifi.begin() command in the setup code or anywhere else. In another sketch with OTA upload I have used OTA uploading without defining a SSID and password yet it still uploads, what is going on here? Is it possible it is connecting directly between the PC and the ESP8266 without a router?