Skip to content

Commit 91fdb58

Browse files
authored
Merge pull request #4985 from wled-compile/patch-1
Correct broken esp32dev_8M enviroment
2 parents e4cabf8 + 4c4436f commit 91fdb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ board_build.partitions = ${esp32.large_partitions}
450450
board_upload.flash_size = 8MB
451451
board_upload.maximum_size = 8388608
452452
; board_build.f_flash = 80000000L
453-
; board_build.flash_mode = qio
453+
board_build.flash_mode = dio
454454

455455
[env:esp32dev_16M]
456456
board = esp32dev

0 commit comments

Comments
 (0)