Skip to content

Commit

Permalink
added bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ydayan committed Feb 23, 2023
1 parent ec2e561 commit 2cf9cf3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#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
#endif

//#include "esp_crc.h"
// #include "esp_crc.h"
#include "esp_log.h"
#include "esp_debug_helpers.h"

Expand Down Expand Up @@ -112,6 +112,7 @@
#include "lwip/lwip_napt.h"
#include "esp_sntp.h"
#include "ping/ping_sock.h"
#include "lwip/apps/netbiosns.h"
#endif

#ifdef ESP_IDF_COMP_MBEDTLS_ENABLED
Expand All @@ -136,6 +137,10 @@
#include "esp_http_client.h"
#endif

#if defined(ESP_IDF_COMP_APP_UPDATE_ENABLED) && defined(ESP_IDF_COMP_ESP_HTTP_CLIENT_ENABLED)
#include "esp_https_ota.h"
#endif

#ifdef ESP_IDF_COMP_ESP_HTTP_SERVER_ENABLED
#include "esp_http_server.h"
#endif
Expand Down

0 comments on commit 2cf9cf3

Please sign in to comment.