Skip to content

Commit b97e49d

Browse files
authored
Update ESP partition table
1 parent 2a9bd58 commit b97e49d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ build_flags =
9090
-DARDUINO_USB_CDC_ON_BOOT=1
9191
-DCONFIG_FREERTOS_WATCHDOG_TIMEOUT_S=120
9292
board_build.filesystem = littlefs
93+
board_build.partitions = huge_app.csv
9394
board = esp32-c3-devkitm-1
9495
monitor_speed = 115200
9596

@@ -102,6 +103,7 @@ build_flags =
102103
-DARDUINO_USB_CDC_ON_BOOT=1
103104
-DCONFIG_FREERTOS_WATCHDOG_TIMEOUT_S=120
104105
board_build.filesystem = littlefs
106+
board_build.partitions = huge_app.csv
105107
board = esp32-c6-devkitm-1
106108
monitor_speed = 115200
107109

0 commit comments

Comments
 (0)