Skip to content

Commit d03bec9

Browse files
authored
disable HTTP_CLIENT_ENABLE_BASIC_AUTH
1 parent e1a4704 commit d03bec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/defconfig.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS=y
2626
# CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS is not set
2727
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
2828
CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM=y
29-
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
29+
# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set
3030
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300
3131
CONFIG_ESP_IPC_TASK_STACK_SIZE=1024
3232
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096

0 commit comments

Comments
 (0)