ESP_IOT v2.5
IOT ESP Coding
OTAImageUpdate.h File Reference
#include "../../Defines.h"
Include dependency graph for OTAImageUpdate.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ performOTAUpdate()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ performOTAUpdateSimple()

void performOTAUpdateSimple ( )

retrieves from constant location

Definition at line 261 of file OTAImageUpdate.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: