first commit

This commit is contained in:
2026-07-13 17:14:27 +08:00
commit 8a05bb238b
106 changed files with 24459 additions and 0 deletions

6
HH3.csv Normal file
View File

@ -0,0 +1,6 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 24k
phy_init, data, phy, 0xf000, 4k
factory, app, factory, , 8M
storage, data, spiffs, , 3M
1 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 24k
4 phy_init, data, phy, 0xf000, 4k
5 factory, app, factory, , 8M
6 storage, data, spiffs, , 3M