Relaunch!
This commit is contained in:
parent
0f109f9ec7
commit
2df11e0daa
|
@ -12,36 +12,18 @@
|
|||
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
|
||||
agdl/Base64 @ ^1.0.0
|
||||
|
||||
[env]
|
||||
|
||||
[env:cubecell_capsule]
|
||||
extends = common
|
||||
board = cubecell_capsule
|
||||
|
||||
|
||||
[env:cubecell_capsule_solar_sensor]
|
||||
extends = common
|
||||
board = cubecell_capsule_solar_sensor
|
||||
|
||||
lib_deps = jgromes/RadioLib
|
||||
check_tool = cppcheck
|
||||
build_type = release
|
||||
|
||||
[env:cubecell_board]
|
||||
extends = common
|
||||
platform = heltec-cubecell
|
||||
board = cubecell_board
|
||||
|
||||
|
||||
[env:cubecell_board_plus]
|
||||
extends = common
|
||||
board = cubecell_board_plus
|
||||
|
||||
|
||||
[env:cubecell_gps]
|
||||
extends = common
|
||||
board = cubecell_gps
|
||||
platform_packages = platformio/toolchain-gccarmnoneeabi@^1.120301.0
|
||||
build_flags = ${common.build_flags}
|
||||
-D CUBECELL=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue