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.
 
 
Luis Rodil-Fernandez 94afab128f added mqtt support (untested) 2 years ago
..
example added mqtt support (untested) 2 years ago
src added mqtt support (untested) 2 years ago
README.md added mqtt support (untested) 2 years ago

README.md

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