mirror of https://github.com/arendst/Tasmota.git
Add commented default environment config lines
This commit is contained in:
parent
5aa8457a85
commit
e2468b58bc
|
@ -10,6 +10,12 @@
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir = sonoff
|
src_dir = sonoff
|
||||||
|
|
||||||
|
; Uncomment one of the below to build/upload only one enviroment
|
||||||
|
;env_default = sonoff
|
||||||
|
;env_default = sonoff-touch-4ch
|
||||||
|
;env_default = sonoff-minimal
|
||||||
|
;env_default = sonoff-ds18x20
|
||||||
|
|
||||||
; Sonoff et al (ESP8266 based)
|
; Sonoff et al (ESP8266 based)
|
||||||
[env:sonoff]
|
[env:sonoff]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
|
|
Loading…
Reference in New Issue