Revergted platformio.ini to default prior to PR

This commit is contained in:
Alberto Lopez 2019-07-29 19:57:32 -03:00
parent 60198127ba
commit b372731651

View File

@ -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