forked from xiaozhi/xiaozhi-esp32
fix:Cuican Running Error for v1.5.6 (#456)
* fix:Modify the README and add Moji images * fix: Moji LCD initialization configuration. * fix: DISPLAY_MIRROR_X false >> true * fix: Moji GPIO conflict * fix: Moji GPIO conflict * fix: Cuican Build config
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"name": "movecall-cuican-esp32s3",
|
"name": "movecall-cuican-esp32s3",
|
||||||
"sdkconfig_append": []
|
"sdkconfig_append": [
|
||||||
|
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
||||||
|
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\"",
|
||||||
|
"CONFIG_COMPILER_OPTIMIZATION_SIZE=y"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user