refactor(firmware): migrate to Arduino framework and impl connection, status indicating and firmware configuration

This commit is contained in:
2025-11-24 19:39:50 +08:00
parent a54bd62491
commit cc6641b526
8 changed files with 185 additions and 2637 deletions

View File

@@ -3,3 +3,4 @@
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 2M,
spiffs, data, spiffs, , 1M,
1 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, , 0x6000,
4 phy_init, data, phy, , 0x1000,
5 factory, app, factory, , 2M,
6 spiffs, data, spiffs, , 1M,