mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(example): fixed app partition is too small for binary size
This commit is contained in:
parent
615d928aa5
commit
28835624d9
1
examples/mesh/internal_communication/sdkconfig.defaults
Normal file
1
examples/mesh/internal_communication/sdkconfig.defaults
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
@ -7,6 +7,7 @@ CONFIG_CTRL_BTDM_MODEM_SLEEP=y
|
||||
CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MANUAL=y
|
||||
CONFIG_BT_BTU_TASK_STACK_SIZE=4512
|
||||
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
|
||||
CONFIG_BT_STACK_NO_LOG=y
|
||||
|
||||
# Partition Table
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
|
Loading…
Reference in New Issue
Block a user