mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
83e309f3bf
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
11 lines
369 B
INI
11 lines
369 B
INI
[env:pca10059_diy_eink]
|
|
extends = nrf52840_base
|
|
board = nordic_pca10059
|
|
board_level = extra
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/Dongle_nRF52840-pca10059-v1 -D NORDIC_PCA10059
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/Dongle_nRF52840-pca10059-v1>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
zinggjm/GxEPD2@^1.4.9
|
|
debug_tool = jlink
|