Skip to content

Add a missing config key to allow SDK to build #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED 1
#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8
#define CONFIG_LWIP_DHCP_DISCOVER_RETRANSMISSION_INTERVAL 100
#define CONFIG_TOOLPREFIX "xtensa-lx106-elf-"
#define CONFIG_MBEDTLS_RC4_DISABLED 1
#define CONFIG_CONSOLE_UART_NUM 0
Expand Down Expand Up @@ -204,4 +205,4 @@
#define CONFIG_ESPTOOLPY_PORT "/dev/ttyUSB0"
#define CONFIG_TASK_WDT_PANIC 1
#define CONFIG_EVENT_LOOP_STACK_SIZE 2048
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1