CubeCellRepeater/platformio.ini

39 lines
1.0 KiB
INI

; 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]
framework = arduino
monitor_speed = 115200
build_flags = -Os
-Isrc -Isrc/mesh -Isrc/mesh/generated
-D PB_ENABLE_MALLOC=1
-D APP_VERSION=0.01.1
lib_deps = nanopb/Nanopb
https://github.com/meshtastic/protobufs.git
jgromes/RadioLib
https://github.com/kokke/tiny-AES-c.git
check_tool = cppcheck
build_type = release
[env:cubecell_board]
extends = common
platform = heltec-cubecell
board = cubecell_board
platform_packages = platformio/toolchain-gccarmnoneeabi@^1.120301.0
build_flags = ${common.build_flags} -Isrc/platform/cubecell
-D CUBECELL=1
-D HW_VENDOR=CUBECELL