We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f824d2 commit aedca8bCopy full SHA for aedca8b
1 file changed
platformio.ini
@@ -2682,7 +2682,7 @@ build_flags = ${esp32_4MB_S_base.build_flags}
2682
[env:esp32_pico_4MB_M]
2683
extends = esp32_4MB_M_base
2684
board = pico32
2685
-board_build.flash_mode = dout ;; (dout = dual out; more compatible than qio = quad i/o)
+board_build.flash_mode = dio ;; (dout = dual out; more compatible than qio = quad i/o)
2686
upload_speed = 256000 ;; or 115200 ;; or 460800 ; or 921600 (slower speeds are better when flashing without a soldered connection)
2687
2688
build_flags = ${esp32_4MB_M_base.build_flags}
0 commit comments