Skip to content

Commit 2bd9d0b

Browse files
authored
[ESP32] Fix few typos in all-clusters-app m5stack sdkconfigs (#34729)
1 parent 75fcadb commit 2bd9d0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/all-clusters-app/esp32/sdkconfig_m5stack.defaults

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ CONFIG_BUILD_CHIP_TESTS=y
7474
# Move functions from IRAM to flash
7575
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
7676

77-
# Reduce the event loggin buffer to reduce the DRAM usage
78-
# TODO: remove this once the underlying issue is fixed
77+
# Reduce the event logging buffer to reduce the DRAM usage
78+
# TODO: [ESP32] Fix the DRAM overflow in esp32 apps #34717
7979
CONFIG_EVENT_LOGGING_CRIT_BUFFER_SIZE=512
8080
CONFIG_EVENT_LOGGING_INFO_BUFFER_SIZE=512
8181
CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE=512

examples/all-clusters-app/esp32/sdkconfig_m5stack_rpc.defaults

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ CONFIG_BTDM_CTRL_BLE_MAX_CONN=1
8686
CONFIG_BT_NIMBLE_ROLE_CENTRAL=n
8787
CONFIG_BT_NIMBLE_ROLE_OBSERVER=n
8888

89-
# Reduce the event loggin buffer to reduce the DRAM overflow
90-
# TODO: remove this once the underlying issue is fixed
89+
# Reduce the event logging buffer to reduce the DRAM overflow
90+
# TODO: [ESP32] Fix the DRAM overflow in esp32 apps #34717
9191
CONFIG_EVENT_LOGGING_CRIT_BUFFER_SIZE=512
9292
CONFIG_EVENT_LOGGING_INFO_BUFFER_SIZE=512
9393
CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE=512

0 commit comments

Comments
 (0)