platformio.ini: env_default -> default_envs

This commit is contained in:
cyberman54 2019-06-23 13:09:43 +02:00
parent 82fdfb9ca1
commit 2932e8ae1a

View File

@ -6,27 +6,27 @@
; ---> SELECT TARGET PLATFORM HERE! <--- ; ---> SELECT TARGET PLATFORM HERE! <---
[platformio] [platformio]
env_default = generic default_envs = generic
;env_default = ebox ;default_envs = ebox
;env_default = eboxtube ;default_envs = eboxtube
;env_default = ecopower ;default_envs = ecopower
;env_default = heltec ;default_envs = heltec
;env_default = heltecv2 ;default_envs = heltecv2
;env_default = ttgov1 ;default_envs = ttgov1
;env_default = ttgov2 ;default_envs = ttgov2
;env_default = ttgov21old ;default_envs = ttgov21old
;env_default = ttgov21new ;default_envs = ttgov21new
;env_default = ttgobeam ;default_envs = ttgobeam
;env_default = ttgofox ;default_envs = ttgofox
;env_default = lopy ;default_envs = lopy
;env_default = lopy4 ;default_envs = lopy4
;env_default = fipy ;default_envs = fipy
;env_default = lolin32litelora ;default_envs = lolin32litelora
;env_default = lolin32lora ;default_envs = lolin32lora
;env_default = lolin32lite ;default_envs = lolin32lite
;env_default = wemos32oled ;default_envs = wemos32oled
;env_default = octopus32 ;default_envs = octopus32
;env_default = ecopower, eboxtube, heltec, ttgobeam, lopy4, lopy, ttgov21old, ttgov21new, ttgofox ;default_envs = ecopower, eboxtube, heltec, ttgobeam, lopy4, lopy, ttgov21old, ttgov21new, ttgofox
; ;
description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around. description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around.