Skip to content

Commit 7529353

Browse files
change partition table to remove ota and gain some space for #3
1 parent 5ea3955 commit 7529353

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platformio.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ platform = espressif32
1313
framework = arduino
1414
board = esp32doit-devkit-v1
1515
board_build.filesystem = littlefs
16+
board_build.partitions = no_ota.csv
17+
;board_build.f_flash = 40000000L
18+
;
19+
;build_flags =
20+
; -DBOARD_HAS_PSRAM
21+
; -mfix-esp32-psram-cache-issue
1622

1723
upload_protocol = esptool
1824
upload_speed = 921600

0 commit comments

Comments
 (0)