Skip to content

Commit 2cf9cf3

Browse files
committed
added bindings
1 parent ec2e561 commit 2cf9cf3

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

@@ -112,6 +112,7 @@
112112
#include "lwip/lwip_napt.h"
113113
#include "esp_sntp.h"
114114
#include "ping/ping_sock.h"
115+
#include "lwip/apps/netbiosns.h"
115116
#endif
116117

117118
#ifdef ESP_IDF_COMP_MBEDTLS_ENABLED
@@ -136,6 +137,10 @@
136137
#include "esp_http_client.h"
137138
#endif
138139

140+
#if defined(ESP_IDF_COMP_APP_UPDATE_ENABLED) && defined(ESP_IDF_COMP_ESP_HTTP_CLIENT_ENABLED)
141+
#include "esp_https_ota.h"
142+
#endif
143+
139144
#ifdef ESP_IDF_COMP_ESP_HTTP_SERVER_ENABLED
140145
#include "esp_http_server.h"
141146
#endif

0 commit comments

Comments
 (0)