Add sdkconfig.h to protocol/https* examples

This commit is contained in:
Aditya Patwardhan
2022-05-11 07:09:34 +00:00
committed by BOT
parent aa9de02259
commit 26a15058d3
5 changed files with 6 additions and 0 deletions
@@ -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