2025-06-15 11:39:46 +12:00
|
|
|
[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}
|
2025-07-21 15:13:02 -04:00
|
|
|
-I variants/nrf52840/heltec_mesh_node_t114-inkhud
|
2025-06-15 11:39:46 +12:00
|
|
|
build_src_filter =
|
|
|
|
|
${nrf52_base.build_src_filter}
|
|
|
|
|
${inkhud.build_src_filter}
|
2025-07-21 15:13:02 -04:00
|
|
|
+<../variants/nrf52840/heltec_mesh_node_t114-inkhud>
|
2025-06-15 11:39:46 +12:00
|
|
|
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}
|
2025-07-21 15:13:02 -04:00
|
|
|
variants/nrf52840/diy/nrf52_promicro_diy_tcxo/custom_build_tasks.py ; Add to PIO's Project Tasks pane: preset builds for common displays
|