Skip to content

Commit

Permalink
Merge pull request #499 from ThomDietrich/patch-1
Browse files Browse the repository at this point in the history
Add commented pio default environment config lines
  • Loading branch information
arendst authored Jun 4, 2017
2 parents 5aa8457 + d8eda2f commit 9e2159c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2159c

Please sign in to comment.