mirror of
https://github.com/meshtastic/firmware.git
synced 2026-06-16 04:30:18 -04:00
17 lines
495 B
INI
17 lines
495 B
INI
[env:heltec-v2_0]
|
|
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
|
|
|
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
|
board_level = extra
|
|
extends = esp32_base
|
|
board = heltec_wifi_lora_32_V2
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D HELTEC_V2_0
|
|
-I variants/esp32/heltec_v2
|