|
ESP_IOT v2.5
IOT ESP Coding
|
#include "../../Defines.h"

Go to the source code of this file.
Functions | |
| void | performOTAUpdate (char *hostname, char *httpAddress) |
| 8.16.25 MQTT More... | |
| void | performOTAUpdateSimple () |
| retrieves from constant location More... | |
| void performOTAUpdate | ( | char * | hostname, |
| char * | httpAddress | ||
| ) |
8.16.25 MQTT
connects to host and grabs the http file and tries to update the binary (OTA)
connects to host and grabs the http file and tries to update the binary (OTA) kind = esp32, m5
Definition at line 250 of file OTAImageUpdate.cpp.


| void performOTAUpdateSimple | ( | ) |
retrieves from constant location
Definition at line 266 of file OTAImageUpdate.cpp.

