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
8 lines
145 B
INI
8 lines
145 B
INI
; The PPR board
|
|
[env:ppr]
|
|
extends = nrf52_base
|
|
board = ppr
|
|
board_level = extra
|
|
lib_deps =
|
|
${arduino_base.lib_deps}
|
|
industruino/UC1701@^1.1.0 |