Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c02b681

Browse files
authoredJan 22, 2025
Update defconfig.common
1 parent 29922cb commit c02b681

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎configs/defconfig.common

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
2727
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
2828
# CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR is not set
2929
CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS=y
30-
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
31-
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
30+
# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set
31+
# CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS is not set
32+
# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set
3233
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
3334
CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM=y
3435
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300

0 commit comments

Comments
 (0)
Please sign in to comment.