sforkowany z mirror/meshtastic-firmware
7 wiersze
381 B
INI
7 wiersze
381 B
INI
; The NRF52840-dk development board, but @geeksville's board - which has a busted oscilliator
|
|
[env:nrf52840dk-geeksville]
|
|
extends = nrf52840_base
|
|
board = nrf52840_dk_modified
|
|
# add our variants files to the include and src paths
|
|
build_flags = ${nrf52_base.build_flags} -Ivariants/pca10056-rc-clock
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/pca10056-rc-clock> |