Files
xiaozhi-esp32/main/boards/rymcu/bigsmart/config.json
Hugh-rymcu 20175fa059 Move RYMCU BigSmart under manufacturer directory
Create main/boards/rymcu/bigsmart so future RYMCU boards can live under the same manufacturer directory. Update CMake to set MANUFACTURER to rymcu while preserving BOARD_NAME as rymcu-bigsmart, and adjust config.json so release output remains rymcu-bigsmart.
2026-04-30 16:04:30 +08:00

13 lines
222 B
JSON

{
"manufacturer": "rymcu",
"target": "esp32s3",
"builds": [
{
"name": "bigsmart",
"sdkconfig_append": [
"CONFIG_USE_DEVICE_AEC=y"
]
}
]
}