We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b72fee commit 5d6b9d0Copy full SHA for 5d6b9d0
libraries/Update/src/HttpsOTAUpdate.h
@@ -1,3 +1,5 @@
1
+#ifndef HTPSPOTUADATE_H
2
+#define HTPSPOTUADATE_H
3
#include "esp_http_client.h"
4
#define HttpEvent_t esp_http_client_event_t
5
@@ -19,3 +21,4 @@ class HttpsOTAUpdateClass {
19
21
};
20
22
23
extern HttpsOTAUpdateClass HttpsOTA;
24
+#endif
0 commit comments