fix esp32c6 & add ble, Fix Date Log, add BL0942, upd Descovery

This commit is contained in:
Mit4el
2025-01-06 20:35:19 +03:00
parent a844d08ebf
commit 68fea2ae37
18 changed files with 719 additions and 85 deletions

View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, , 3000K,
app1, app, ota_1, , 3000K,
spiffs, data, spiffs, , 1500K,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 3000K
5 app1 app ota_1 3000K
6 spiffs data spiffs 1500K