Skip to content

Commit

Permalink
Build mode changed due problem with ESP-12F
Browse files Browse the repository at this point in the history
* Added board_build.flash:mode to dio
* HTML optimizations
  • Loading branch information
marelab committed May 14, 2019
1 parent c066f79 commit 41b8e05
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
3 changes: 2 additions & 1 deletion platformio.ini
Expand Up @@ -21,13 +21,14 @@ board_build.f_cpu = 160000000L
platform = ${common.platform}
framework = arduino
board = esp12e
upload_resetmethod = nodemcu
;upload_resetmethod = nodemcu
lib_deps = ${common.lib_deps}
extra_scripts = scripts/GENdeploy.py
build_flags = -Wl,-Teagle.flash.4m2m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
upload_speed = 921600
monitor_speed = 9600
board_build.flash_mode = dio

; official ESP-RFID board (V2)
[env:relayboard]
Expand Down

0 comments on commit 41b8e05

Please sign in to comment.