Add partition table for the supermini

This commit is contained in:
Nacho 2026-06-01 11:50:21 +02:00
parent 91e00bea43
commit cde99fc554
2 changed files with 5 additions and 1 deletions

4
partitions_4MB.csv Normal file
View File

@ -0,0 +1,4 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x7000,
app0, app, factory, 0x10000, 0xA0000,
spiffs, data, spiffs, 0xB0000, 0x350000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x7000
3 app0 app factory 0x10000 0xA0000
4 spiffs data spiffs 0xB0000 0x350000

View File

@ -53,7 +53,7 @@ build_flags =
-DDISALLOW_SLEEP -DDISALLOW_SLEEP
-DDEV_UNIT -DDEV_UNIT
board_build.partitions = default.csv board_build.partitions = partitions_4MB.csv
lib_deps = TFT_eSPI, fbiego/ESP32Time@^2.0.6, electroniccats/MPU6050@^1.4.3 lib_deps = TFT_eSPI, fbiego/ESP32Time@^2.0.6, electroniccats/MPU6050@^1.4.3
upload_port = COM5 upload_port = COM5
monitor_port = COM5 monitor_port = COM5