Skip to content

Commit

Permalink
More reductions in size
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D.Smith committed Dec 10, 2023
1 parent 7ce6b01 commit 8d45d27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion esp32/cloudsmets/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ CONFIG_PARTITION_TABLE_TWO_OTA=y
CONFIG_CS_WEB_LISTEN_PORT=80
CONFIG_ETH_USE_SPI_ETHERNET=n
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE=y
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
CONFIG_NEWLIB_NANO_FORMAT=y
CONFIG_NVS_ASSERT_ERROR_CHECK=y
CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=n
CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=n
CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=n
CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=n
CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP=n
CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=n
CONFIG_WS_TRANSPORT=n
CONFIG_VFS_SUPPORT_IO=n

0 comments on commit 8d45d27

Please sign in to comment.