Relaunch!

This commit is contained in:
tuxphone 2024-04-27 14:58:16 +02:00 committed by GitHub
parent 0f109f9ec7
commit 2df11e0daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 25 deletions

View File

@ -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