forked from xiaozhi/xiaozhi-esp32
Add support for the Xorigin AiPi Lite (#1330)
* Add support for the Xorigin AiPi Lite * aipi-lite: correction to README_en.md * aipi-lite: use 20MHz display clock Highger speeds might work sometimes but best not to push it and use a sane speed. * aipi-lite: change English name and remove Chinese TTS
This commit is contained in:
17
main/boards/aipi-lite/config_en.json
Normal file
17
main/boards/aipi-lite/config_en.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "aipi-lite_en",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v2/16m.csv\"",
|
||||
"CONFIG_LANGUAGE_EN_US=y",
|
||||
"CONFIG_SR_WN_WN9_NIHAOXIAOZHI_TTS=n",
|
||||
"CONFIG_SR_WN_WN9_JARVIS_TTS=y",
|
||||
"CONFIG_SR_WN_WN9_SOPHIA_TTS=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user