Skip to content

Commit 2c3c499

Browse files
committed
added bindings
1 parent 5ca2e76 commit 2c3c499

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/include/esp-idf/bindings.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#error Only ESP-IDF versions >= V4.3.2 are currently supported; if you are using the PIO build (the default one), wipe out your `.embuild` folder and try again with a clean rebuild
55
#endif
66

7-
//#include "esp_crc.h"
7+
// #include "esp_crc.h"
88
#include "esp_log.h"
99
#include "esp_debug_helpers.h"
1010

@@ -132,6 +132,7 @@
132132
#include "lwip/lwip_napt.h"
133133
#include "esp_sntp.h"
134134
#include "ping/ping_sock.h"
135+
#include "lwip/apps/netbiosns.h"
135136
#endif
136137

137138
#ifdef ESP_IDF_COMP_MBEDTLS_ENABLED
@@ -156,6 +157,10 @@
156157
#include "esp_http_client.h"
157158
#endif
158159

160+
#if defined(ESP_IDF_COMP_APP_UPDATE_ENABLED) && defined(ESP_IDF_COMP_ESP_HTTP_CLIENT_ENABLED)
161+
#include "esp_https_ota.h"
162+
#endif
163+
159164
#ifdef ESP_IDF_COMP_ESP_HTTP_SERVER_ENABLED
160165
#include "esp_http_server.h"
161166
#endif

0 commit comments

Comments
 (0)