Rename EchoEar to ESP-VoCat (#1827)

This commit is contained in:
laride
2026-03-11 21:20:43 +08:00
committed by GitHub
parent e77dedb130
commit d71841d248
7 changed files with 26 additions and 26 deletions

View File

@ -0,0 +1,13 @@
{
"target": "esp32s3",
"builds": [
{
"name": "esp-vocat",
"sdkconfig_append": [
"CONFIG_USE_EMOTE_MESSAGE_STYLE=y",
"CONFIG_MMAP_FILE_NAME_LENGTH=32",
"CONFIG_FLASH_EXPRESSION_ASSETS=y"
]
}
]
}