fix incorrect json configuartion (#1541)

This commit is contained in:
Tomato Me
2025-12-10 21:07:56 +08:00
committed by GitHub
parent b7db68457c
commit 1f0d2e993b
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
{ {
"name": "waveshare-s3-epaper-1.54", "name": "waveshare-s3-epaper-1.54",
"sdkconfig_append": [ "sdkconfig_append": [
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv", "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB" "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
] ]
} }
] ]

View File

@@ -4,8 +4,8 @@
{ {
"name": "waveshare-s3-touch-amoled-1.32", "name": "waveshare-s3-touch-amoled-1.32",
"sdkconfig_append": [ "sdkconfig_append": [
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB", "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv" "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
] ]
} }
] ]