ESP_IOT v2.5
IOT ESP Coding
OTAImageUpdate.h
Go to the documentation of this file.
1//
2// OTAImageUpdate.h
3// M5Stick
4//
5// Created by Scott Moody on 3/8/22.
6//
7
8#ifndef OTAImageUpdate_h
9#define OTAImageUpdate_h
10#include "../../Defines.h"
11
12#ifdef USE_MQTT_NETWORKING
13
14//!connects to host and grabs the http file and tries to update the binary (OTA)
15void performOTAUpdate(char *hostname, char *httpAddress);
16
17//!retrieves from constant location
19
20#endif
21
22#endif /* OTAImageUpdate_h */
void performOTAUpdateSimple()
retrieves from constant location
void performOTAUpdate(char *hostname, char *httpAddress)
connects to host and grabs the http file and tries to update the binary (OTA)