You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

438 B

Over the Air updates

If you are on Platformio, remember that to use OTA you need to set the upload port and the protocol properly in the platformio.ini file. Like:

; for OTA stuff you have to update the upload_port
upload_protocol = espota
upload_port = IP_ADDRESS_HERE or mDNS_NAME.local

And remember that you can get serial debug output via telnet using the TelnetStream library.

lib_deps = 
    TelnetStream