12 lines
360 B
C
12 lines
360 B
C
|
#line 1 "c:\\Users\\32244\\Documents\\Arduino\\generated_examples\\Blinker01\\httpslei.h"
|
||
|
#ifndef _HTTPSLEI_H__
|
||
|
#define _HTTPSLEI_H__
|
||
|
#include "esp_http_client.h"
|
||
|
#include "esp_https_ota.h"
|
||
|
#include "HttpsOTAUpdate.h"
|
||
|
void HttpEvent(HttpEvent_t*event);
|
||
|
void readStaus(void *p);
|
||
|
void httpsOtaStart(void);
|
||
|
void httpsOtaTurnOn(void);
|
||
|
void otaSuccess(void);
|
||
|
#endif
|