From b3727316519973edd6d08dfb9575df4bd2f25c5b Mon Sep 17 00:00:00 2001 From: Alberto Lopez Date: Mon, 29 Jul 2019 19:57:32 -0300 Subject: [PATCH] Revergted platformio.ini to default prior to PR --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 8e937f084..59fab723d 100755 --- a/platformio.ini +++ b/platformio.ini @@ -12,7 +12,7 @@ src_dir = sonoff build_dir = .pioenvs ; *** Uncomment one of the lines below to build/upload only one environment -env_default = sonoff +;env_default = sonoff ;env_default = sonoff-minimal ;env_default = sonoff-basic ;env_default = sonoff-classic @@ -207,7 +207,7 @@ upload_speed = 115200 upload_resetmethod = nodemcu ; *** Upload Serial reset method for Wemos and NodeMCU -upload_port = /dev/cu.usbserial-A5XK3RJT +upload_port = COM5 extra_scripts = pio/strip-floats.py ; *** Upload file to OTA server using SCP