Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d6b9d0

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎libraries/Update/src/HttpsOTAUpdate.h

Copy file name to clipboardExpand all lines: libraries/Update/src/HttpsOTAUpdate.h
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.