mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
19 lines
657 B
INI
19 lines
657 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/heltec_mesh_node_t114-inkhud
|
||
|
|
build_src_filter =
|
||
|
|
${nrf52_base.build_src_filter}
|
||
|
|
${inkhud.build_src_filter}
|
||
|
|
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/diy/nrf52_promicro_diy_tcxo/custom_build_tasks.py ; Add to PIO's Project Tasks pane: preset builds for common displays
|