Relaunch!
This commit is contained in:
parent
0f109f9ec7
commit
2df11e0daa
|
@ -12,36 +12,18 @@
|
||||||
default_envs = cubecell_board
|
default_envs = cubecell_board
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
platform = https://github.com/HelTecAutomation/platform-asrmicro650x.git
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
build_flags = -Os
|
build_flags = -Os
|
||||||
lib_deps = nanopb/Nanopb@^0.4.3
|
lib_deps = jgromes/RadioLib
|
||||||
agdl/Base64 @ ^1.0.0
|
check_tool = cppcheck
|
||||||
|
build_type = release
|
||||||
[env]
|
|
||||||
|
|
||||||
[env:cubecell_capsule]
|
|
||||||
extends = common
|
|
||||||
board = cubecell_capsule
|
|
||||||
|
|
||||||
|
|
||||||
[env:cubecell_capsule_solar_sensor]
|
|
||||||
extends = common
|
|
||||||
board = cubecell_capsule_solar_sensor
|
|
||||||
|
|
||||||
|
|
||||||
[env:cubecell_board]
|
[env:cubecell_board]
|
||||||
extends = common
|
extends = common
|
||||||
|
platform = heltec-cubecell
|
||||||
board = cubecell_board
|
board = cubecell_board
|
||||||
|
platform_packages = platformio/toolchain-gccarmnoneeabi@^1.120301.0
|
||||||
|
build_flags = ${common.build_flags}
|
||||||
[env:cubecell_board_plus]
|
-D CUBECELL=1
|
||||||
extends = common
|
|
||||||
board = cubecell_board_plus
|
|
||||||
|
|
||||||
|
|
||||||
[env:cubecell_gps]
|
|
||||||
extends = common
|
|
||||||
board = cubecell_gps
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue