Skip to content

Commit aedca8b

Browse files
committed
dio not included in tasmoa builds, swap to dio
1 parent 9f824d2 commit aedca8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2682,7 +2682,7 @@ build_flags = ${esp32_4MB_S_base.build_flags}
26822682
[env:esp32_pico_4MB_M]
26832683
extends = esp32_4MB_M_base
26842684
board = pico32
2685-
board_build.flash_mode = dout ;; (dout = dual out; more compatible than qio = quad i/o)
2685+
board_build.flash_mode = dio ;; (dout = dual out; more compatible than qio = quad i/o)
26862686
upload_speed = 256000 ;; or 115200 ;; or 460800 ; or 921600 (slower speeds are better when flashing without a soldered connection)
26872687

26882688
build_flags = ${esp32_4MB_M_base.build_flags}

0 commit comments

Comments
 (0)