Skip to content

Commit f68f91d

Browse files
committed
fix esp32s3_4M_none buildenv
tasmota core does not support "dio" mode on S3
1 parent 59898a9 commit f68f91d

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
@@ -675,7 +675,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
675675
-D WLED_WATCHDOG_TIMEOUT=0
676676
board_build.partitions = ${esp32.default_partitions}
677677
board_build.f_flash = 80000000L
678-
board_build.flash_mode = dio ;; safe to use even on cheap boards
678+
board_build.flash_mode = qio
679679

680680

681681
[env:lolin_s2_mini]

0 commit comments

Comments
 (0)