mirror of https://github.com/arendst/Tasmota.git
Merge pull request #499 from ThomDietrich/patch-1
Add commented pio default environment config lines
This commit is contained in:
commit
9e2159c1c6
|
@ -10,6 +10,12 @@
|
|||
[platformio]
|
||||
src_dir = sonoff
|
||||
|
||||
; Uncomment one of the lines below to build/upload only one environment
|
||||
;env_default = sonoff
|
||||
;env_default = sonoff-touch-4ch
|
||||
;env_default = sonoff-minimal
|
||||
;env_default = sonoff-ds18x20
|
||||
|
||||
; Sonoff et al (ESP8266 based)
|
||||
[env:sonoff]
|
||||
platform = espressif8266
|
||||
|
|
Loading…
Reference in New Issue