v1.6.8: Move partition CSV files into a folder

This commit is contained in:
Terrence
2025-06-04 12:11:41 +08:00
parent 16ec95f6d5
commit f41210577b
41 changed files with 53 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
"name": "bread-compact-esp32-lcd",
"sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_4M.csv\"",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/4m.csv\"",
"LCD_ST7789_240X240_7PIN=y"
]
}