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) |
connects to host and grabs the http file and tries to update the binary (OTA) More... | |
void | performOTAUpdateSimple () |
retrieves from constant location More... | |
void performOTAUpdate | ( | char * | hostname, |
char * | httpAddress | ||
) |
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 245 of file OTAImageUpdate.cpp.
void performOTAUpdateSimple | ( | ) |
retrieves from constant location
Definition at line 261 of file OTAImageUpdate.cpp.