Add sdkconfig.h to protocol/https* examples

This commit is contained in:
Aditya Patwardhan
2022-05-10 13:53:50 +05:30
committed by BOT
parent aa9de02259
commit 26a15058d3
5 changed files with 6 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include "lwip/dns.h"
#include "esp_tls.h"
#include "sdkconfig.h"
#if CONFIG_MBEDTLS_CERTIFICATE_BUNDLE
#include "esp_crt_bundle.h"
#endif