Skip to content

Commit 5d6b9d0

Browse files
authored
Compiler error (#6523)
Error on compile Arduino as an ESP-IDF component
1 parent 6b72fee commit 5d6b9d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Update/src/HttpsOTAUpdate.h

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef HTPSPOTUADATE_H
2+
#define HTPSPOTUADATE_H
13
#include "esp_http_client.h"
24
#define HttpEvent_t esp_http_client_event_t
35

@@ -19,3 +21,4 @@ class HttpsOTAUpdateClass {
1921
};
2022

2123
extern HttpsOTAUpdateClass HttpsOTA;
24+
#endif

0 commit comments

Comments
 (0)