multinet wakeword (#927)

Co-authored-by: zk <982145@qq.com>
This commit is contained in:
ZhouKe
2025-07-18 01:18:40 +08:00
committed by GitHub
parent be46cf1731
commit 1aea59a472
6 changed files with 344 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
model, data, spiffs, 0x10000, 0x3f0000,
ota_0, app, ota_0, 0x400000, 6M,
ota_1, app, ota_1, 0xa00000, 6M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 model, data, spiffs, 0x10000, 0x3f0000,
7 ota_0, app, ota_0, 0x400000, 6M,
8 ota_1, app, ota_1, 0xa00000, 6M,