forked from xiaozhi/xiaozhi-esp32
fix incorrect json configuartion (#1541)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
{
|
||||
"name": "waveshare-s3-epaper-1.54",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv",
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB"
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
{
|
||||
"name": "waveshare-s3-touch-amoled-1.32",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE=8MB",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=partitions/v2/8m.csv"
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/8m.csv\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user