Port to ESP32

This commit is contained in:
2026-01-05 21:01:26 +01:00
parent 5f69141a86
commit 05be118dd1
21 changed files with 4025 additions and 29 deletions

6
partitions.csv Normal file
View File

@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
# Optimized for 2MB flash - 2 large OTA slots (no factory partition)
nvs, data, nvs, 0x9000, 0x4000,
phy_init, data, phy, 0xd000, 0x1000,
ota_0, app, ota_0, 0x10000, 0xF0000,
ota_1, app, ota_1, 0x100000, 0xF0000,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Optimized for 2MB flash - 2 large OTA slots (no factory partition)
3 nvs, data, nvs, 0x9000, 0x4000,
4 phy_init, data, phy, 0xd000, 0x1000,
5 ota_0, app, ota_0, 0x10000, 0xF0000,
6 ota_1, app, ota_1, 0x100000, 0xF0000,