forked from xiaozhi/xiaozhi-esp32
Add SenseCAP Watcher (#241)
* feat: add sensecap watcher board. * feat(sensecap): Add button function. * fix: fix compilation error. * style:Modify code style. * fix: fix wake bug * fix: fix compilation error & Enable click to toggle state. * style: move sensecap_audio_codec files to sensecap board * fix: Optimize shutdown.
This commit is contained in:
12
main/boards/sensecap-watcher/config.json
Normal file
12
main/boards/sensecap-watcher/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"target": "esp32s3",
|
||||
"builds": [
|
||||
{
|
||||
"name": "sensecap-watcher",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_32MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME='partitions_32M_sensecap.csv'"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user