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
//! 8.16.25 MQTT
13
14
//!connects to host and grabs the http file and tries to update the binary (OTA)
15
void
performOTAUpdate
(
char
*hostname,
char
*httpAddress);
16
17
//!retrieves from constant location
18
void
performOTAUpdateSimple
();
19
20
21
#endif
/* OTAImageUpdate_h */
performOTAUpdateSimple
void performOTAUpdateSimple()
retrieves from constant location
Definition:
OTAImageUpdate.cpp:266
performOTAUpdate
void performOTAUpdate(char *hostname, char *httpAddress)
8.16.25 MQTT
Definition:
OTAImageUpdate.cpp:250
src
MQTTModule
OTAImageUpdate.h
Generated on Tue Aug 19 2025 13:00:31 for ESP_IOT by
1.9.5