upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/partitions.csv
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-15 17:03:40 +0530
committerYour Name <you@example.com>2026-05-15 17:03:40 +0530
commita7d0a672d59bf8985a6fc0e61b49015fabd96513 (patch)
tree46814d1757649a640f53805a8d9dfc1b0f354289 /partitions.csv
parent8a2307a5ced6da94cc674602219d5a68a1246264 (diff)
Phase 1 working: captive portal, DNS hijack, NAT-based access control
- Fix WiFi init order: netif creation before esp_wifi_init, set mode before set_config - Replace broken netif input filter with NAPT on/off per authentication state - NAPT disabled by default, enabled when client granted, disabled on revoke - Fix test helpers: use -I wlp59s0 for ping, handle nslookup exit code 1 - All 20 API tests pass, all 6 smoke tests pass
Diffstat (limited to 'partitions.csv')
-rw-r--r--partitions.csv5
1 files changed, 5 insertions, 0 deletions
diff --git a/partitions.csv b/partitions.csv
new file mode 100644
index 0000000..8998d84
--- /dev/null
+++ b/partitions.csv
@@ -0,0 +1,5 @@
1# Name, Type, SubType, Offset, Size, Flags
2nvs, data, nvs, 0x9000, 0x6000,
3phy_init, data, phy, 0xf000, 0x1000,
4factory, app, factory, 0x10000, 0x3F0000,
5storage, data, spiffs, 0x410000,0xF0000,