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