Skip to content

Commit 233b57c

Browse files
authored
No SPI Ethernet
1 parent 89a3c22 commit 233b57c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
1616

1717
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
1818
CONFIG_DSP_MAX_FFT_SIZE_1024=y
19-
CONFIG_ETH_SPI_ETHERNET_DM9051=y
2019
# CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR is not set
2120
# CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS is not set
2221
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
2322
CONFIG_HTTPD_WS_SUPPORT=y
2423
CONFIG_ESP_IPC_TASK_STACK_SIZE=1024
2524
CONFIG_LITTLEFS_MAX_PARTITIONS=2
25+
CONFIG_LITTLEFS_MULTIVERSION=y
26+
CONFIG_LITTLEFS_DISK_VERSION_2_0=y
2627
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
2728
CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM=y
2829
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2048

0 commit comments

Comments
 (0)