mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00

* Speed up builds by referencing github zips for shallow checkouts * sadly the zips don't include submodules OR submodule metadata
17 lines
424 B
INI
17 lines
424 B
INI
[env:radiomaster_900_bandit]
|
|
extends = esp32_base
|
|
board = esp32doit-devkit-v1
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-DRADIOMASTER_900_BANDIT
|
|
-DVTABLES_IN_FLASH=1
|
|
-DCONFIG_DISABLE_HAL_LOCKS=1
|
|
-DHAS_STK8XXX=1
|
|
-O2
|
|
-Ivariants/radiomaster_900_bandit
|
|
board_build.f_cpu = 240000000L
|
|
upload_protocol = esptool
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
https://github.com/gjelsoe/STK8xxx-Accelerometer/archive/v0.1.1.zip
|