mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-05 14:56:32 +02:00
Compiler error (#6523)
Error on compile Arduino as an ESP-IDF component
This commit is contained in:
committed by
GitHub
parent
6b72fee59b
commit
5d6b9d0939
@ -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
|
||||
|
Reference in New Issue
Block a user