show how to restrict the default build to your user defined environments

This commit is contained in:
wellenvogel 2021-11-27 21:13:25 +01:00
parent 1e0ec3b592
commit d9af772a57
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
[platformio]
#if you want a pio run to only build
#your special environments you can set this here
#by uncommenting the next line
#default_envs = testboard
[env:testboard]
board = m5stack-atom
lib_deps =

View File

@ -8,14 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
extra_configs=
lib/*task*/platformio.ini
default_envs=
m5stack-atom
m5stack-atom-canunit
m5stickc-atom-canunit
nodemcu-homberger
extra_configs=
lib/*task*/platformio.ini
[env]
platform = espressif32
framework = arduino