mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
ba31a7c753
* Honor TFT_MESH color if defined for Heltec T114 or T190 * Temporary: point lib_deps at fork of Heltec's ST7789 library For demo only, until ST7789 is merged * Update lib_deps; tidy preprocessor logic
17 lines
686 B
INI
17 lines
686 B
INI
; First prototype nrf52840/sx1262 device
|
|
[env:heltec-mesh-node-t114]
|
|
extends = nrf52840_base
|
|
board = heltec_mesh_node_t114
|
|
debug_tool = jlink
|
|
|
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/heltec_mesh_node_t114
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard"
|
|
-DGPS_POWER_TOGGLE
|
|
-DHELTEC_T114
|
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/heltec_mesh_node_t114>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
|
https://github.com/meshtastic/st7789#bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f |