mongoose/examples/esp32/device-dashboard/sdkconfig.defaults

5 lines
175 B
Plaintext
Raw Normal View History

CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
2021-10-23 05:06:10 +08:00
#CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192