Unverified Commit 5d6b9d09 authored by Nima Askari ----- نیما عسکری's avatar Nima Askari ----- نیما عسکری Committed by GitHub

Compiler error (#6523)

Error on compile Arduino as an ESP-IDF component
parent 6b72fee5
#ifndef HTPSPOTUADATE_H
#define HTPSPOTUADATE_H
#include "esp_http_client.h" #include "esp_http_client.h"
#define HttpEvent_t esp_http_client_event_t #define HttpEvent_t esp_http_client_event_t
...@@ -19,3 +21,4 @@ class HttpsOTAUpdateClass { ...@@ -19,3 +21,4 @@ class HttpsOTAUpdateClass {
}; };
extern HttpsOTAUpdateClass HttpsOTA; extern HttpsOTAUpdateClass HttpsOTA;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment