Skip to content

Commit

Permalink
Fix deprecation warning from Platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
matjack1 committed Sep 21, 2024
1 parent 69ba0b3 commit 85e74bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ f_cpu = 160000000L
framework = arduino
board = esp12e
build_flags = -Wl,-Teagle.flash.4m2m.ld
src_build_flags = !echo "-DBUILD_TAG="$TRAVIS_TAG
upload_speed = 460800
monitor_speed = 115200
lib_deps =
Expand All @@ -31,7 +30,6 @@ board = ${common.board}
lib_deps = ${common.lib_deps}
extra_scripts = scripts/GENdeploy.py
build_flags = ${common.build_flags}
src_build_flags = ${common.src_build_flags}
;https://github.com/platformio/platform-espressif8266/issues/153
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}
Expand All @@ -46,7 +44,6 @@ board = ${common.board}
lib_deps = ${common.lib_deps}
build_flags = ${common.build_flags}
-DDEBUG
src_build_flags = ${common.src_build_flags}
extra_scripts = scripts/DBGdeploy.py
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}

0 comments on commit 85e74bb

Please sign in to comment.