chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:04:49 -07:00
commit d97ddea405
2228 changed files with 8277 additions and 0 deletions

9
partitions.csv Normal file
View File

@@ -0,0 +1,9 @@
# ESP32-P4-NANO Network Auditing Tool Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x200000,
ota_0, app, ota_0, 0x210000,0x200000,
ota_1, app, ota_1, 0x410000,0x200000,
spiffs, data, spiffs, 0x610000,0x1F0000,
1 # ESP32-P4-NANO Network Auditing Tool 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 factory, app, factory, 0x10000, 0x200000,
7 ota_0, app, ota_0, 0x210000,0x200000,
8 ota_1, app, ota_1, 0x410000,0x200000,
9 spiffs, data, spiffs, 0x610000,0x1F0000,