Remove unintended platformio.ini change.

This commit is contained in:
Max Hedge 2020-01-13 17:16:39 +00:00
parent 2eb4383e03
commit 8055243909

View File

@ -125,7 +125,7 @@ build_flags =
board = nodemcuv2
platform = ${common:esp8266.platform}
monitor_speed = ${common.monitor_speed}
upload_speed = 921600
upload_speed = ${common.upload_speed}
framework = ${common.framework}
build_flags =
${common.build_flags}