Open wa8lbz opened 3 years ago
Assume you are using Arduino IDE.
The very first time, you need to flash via USB (unless you already have OTA firmware installed on your ESP8266).
From that point on, assume your computer is on the same network as your ESP-Radio. Under Arduino IDE, go to Tools -> Port: xxxxx Select ESP-radio at xxx.xxx.xxx.xxx. (Note, serial monitor no longer works. Use another terminal software instead, e.g. Putty). upload the code as usual, it will upload Over-the-Air.
First you have to upload a sketch that is able to handle OTA. Then you can specilfy OTA as upload method to upload a new sketch that can also handle OTA.