updated flash mode for esp12f

This commit is contained in:
Patrick Moessler 2019-03-23 21:12:35 +01:00
parent 1578cafbf0
commit 5b15863ff0

View file

@ -25,7 +25,7 @@ build_flags =
-DMQTT_MAX_PACKET_SIZE=2048 ; PubSubClient Specific flags
-w ; supress all warnings
monitor_speed = 115200
board_build.flash_mode = dout
board_build.flash_mode = qio
upload_speed = 115200
upload_resetmethod = nodemcu
lib_deps =
@ -57,4 +57,4 @@ build_flags = ${common.build_flags}
monitor_speed = ${common.monitor_speed}
upload_speed = ${common.upload_speed}
upload_resetmethod = ${common.upload_resetmethod}
lib_deps = ${common.lib_deps}
lib_deps = ${common.lib_deps}