mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
7 lines
369 B
INI
7 lines
369 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
|
||
|
src_filter = ${nrf52_base.src_filter} +<../variants/pca10056-rc-clock>
|