Compiler error (#6523)
Error on compile Arduino as an ESP-IDF component
This commit is contained in:
parent
6b72fee59b
commit
5d6b9d0939
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#ifndef HTPSPOTUADATE_H
|
||||
#define HTPSPOTUADATE_H
|
||||
#include "esp_http_client.h"
|
||||
#define HttpEvent_t esp_http_client_event_t
|
||||
|
||||
|
|
@ -19,3 +21,4 @@ class HttpsOTAUpdateClass {
|
|||
};
|
||||
|
||||
extern HttpsOTAUpdateClass HttpsOTA;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue