mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-10 21:19:07 +00:00
12 lines
408 B
INI
12 lines
408 B
INI
; MeshTiny - Custom device based on GAT562 with encoder and buzzer support
|
|
[env:meshtiny]
|
|
extends = nrf52840_base
|
|
board = meshtiny
|
|
board_level = extra
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/nrf52840/meshtiny -D MESHTINY
|
|
-D USE_PIN_BUZZER
|
|
-D MESHTASTIC_EXCLUDE_GPS=1
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshtiny>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|