mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
21 lines
731 B
INI
21 lines
731 B
INI
[env:heltec-mesh-node-t114-inkhud]
|
|
board_level = extra
|
|
extends = nrf52840_base, inkhud
|
|
board = heltec_mesh_node_t114
|
|
board_check = true
|
|
build_flags =
|
|
${nrf52840_base.build_flags}
|
|
${inkhud.build_flags}
|
|
-I variants/nrf52840/heltec_mesh_node_t114-inkhud
|
|
build_src_filter =
|
|
${nrf52_base.build_src_filter}
|
|
${inkhud.build_src_filter}
|
|
+<../variants/nrf52840/heltec_mesh_node_t114-inkhud>
|
|
lib_deps =
|
|
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
|
${nrf52840_base.lib_deps}
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
|
extra_scripts =
|
|
${env.extra_scripts}
|
|
variants/nrf52840/diy/nrf52_promicro_diy_tcxo/custom_build_tasks.py ; Add to PIO's Project Tasks pane: preset builds for common displays
|