Compiler error (#6523)

Error on compile Arduino as an ESP-IDF component
This commit is contained in:
Nima Askari ----- نیما عسکری
2022-04-04 15:59:45 +04:30
committed by GitHub
parent 6b72fee59b
commit 5d6b9d0939

View File

@ -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