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:
virgil
2025-03-04 20:38:53 +08:00
committed by GitHub
parent bdda575383
commit 2eb8cac140
12 changed files with 655 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvsfactory, data, nvs, , 200K,
nvs, data, nvs, , 840K,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
model, data, spiffs, , 1024K,
ota_0, app, ota_0, , 12M,
ota_1, app, ota_1, , 12M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvsfactory, data, nvs, , 200K,
4 nvs, data, nvs, , 840K,
5 otadata, data, ota, , 0x2000,
6 phy_init, data, phy, , 0x1000,
7 model, data, spiffs, , 1024K,
8 ota_0, app, ota_0, , 12M,
9 ota_1, app, ota_1, , 12M,