Revergted platformio.ini to default prior to PR
This commit is contained in:
parent
60198127ba
commit
b372731651
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user