mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
#CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000
|
|
#CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
|