CubeCellRepeater/platformio.ini

48 lines
1.0 KiB
INI
Raw Normal View History

; 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
2020-10-27 14:35:02 +00:00
[platformio]
default_envs = cubecell_board
[common]
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
framework = arduino
monitor_speed = 115200
build_flags = -Os
2020-10-27 14:35:02 +00:00
lib_deps = nanopb/Nanopb@^0.4.3
agdl/Base64 @ ^1.0.0
[env]
[env:cubecell_capsule]
extends = common
2020-10-27 14:35:02 +00:00
board = cubecell_capsule
[env:cubecell_capsule_solar_sensor]
extends = common
board = cubecell_capsule_solar_sensor
2020-10-27 14:35:02 +00:00
[env:cubecell_board]
2020-10-27 14:35:02 +00:00
extends = common
board = cubecell_board
[env:cubecell_board_plus]
2020-10-27 14:35:02 +00:00
extends = common
board = cubecell_board_plus
[env:cubecell_gps]
2020-10-27 14:35:02 +00:00
extends = common
board = cubecell_gps