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

@@ -19,6 +19,7 @@
#include <esp_https_server.h>
#include "esp_tls.h"
#include "sdkconfig.h"
/* A simple example that demonstrates how to create GET and POST
* handlers and start an HTTPS server.