Included multiple environments

default is cubecel_board
This commit is contained in:
tuxphone 2020-09-27 17:21:09 +02:00 committed by GitHub
parent 906d65557c
commit c9a29a06a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

40
platformio.ini Normal file
View File

@ -0,0 +1,40 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = cubecell_board
[common]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
framework = arduino
monitor_speed = 115200
build_flags = -Os
lib_deps = nanopb/Nanopb@^0.4.3
[env]
[env:cubecell_capsule]
extends = common
board = cubecell_capsule
[env:cubecell_capsule_solar_sensor]
extends = common
board = cubecell_capsule_solar_sensor
[env:cubecell_board]
extends = common
board = cubecell_board
[env:cubecell_board_plus]
extends = common
board = cubecell_board_plus
[env:cubecell_gps]
extends = common
board = cubecell_gps