2023-05-08 20:28:11 +02:00
|
|
|
[env:heltec-v2_0]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 5
|
|
|
|
|
custom_meshtastic_hw_model_slug = HELTEC_V2_0
|
|
|
|
|
custom_meshtastic_architecture = esp32
|
|
|
|
|
custom_meshtastic_actively_supported = false
|
|
|
|
|
custom_meshtastic_display_name = Heltec V2.0
|
|
|
|
|
custom_meshtastic_tags = Heltec
|
|
|
|
|
|
2024-10-16 07:34:24 -05:00
|
|
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
|
|
|
|
board_level = extra
|
2022-01-25 15:56:16 +01:00
|
|
|
extends = esp32_base
|
|
|
|
|
board = heltec_wifi_lora_32_V2
|
|
|
|
|
build_flags =
|
2025-07-19 19:41:59 -04:00
|
|
|
${esp32_base.build_flags}
|
|
|
|
|
-D HELTEC_V2_0
|
|
|
|
|
-I variants/esp32/heltec_v2
|