mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
83e309f3bf
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
9 lines
245 B
INI
9 lines
245 B
INI
; The PPR board
|
|
[env:ppr1]
|
|
extends = nrf52_base
|
|
board = ppr1
|
|
board_level = extra
|
|
build_flags = ${nrf52_base.build_flags} -Ivariants/ppr1
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/ppr1>
|
|
lib_deps =
|
|
${arduino_base.lib_deps} |