- Sun Nov 20, 2016 2:30 am
#58410
Hi Krzysztof,
Thanks for your contribution clarifying how OTA is implemented to IDE/ARDUINO.
I have successfully umplemented OTA to my ESP12E/ESP8266 board and my uploads work quite right OTA !
I still have an issue, though.
I understand that the serial monitor can NOT work over the air on the same port that the one that has been used for OTA (well, ESP8266 is not supported this way).
However, monitoring my program is mandatory and I would like to monitor it OTA via Wif.
What would you suggest me to use to open a monitor (PUTTY, TELNET, SSH ?)
Thanks