2022-01-25 15:56:16 +01:00
|
|
|
[env:heltec-v1]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 11
|
|
|
|
|
custom_meshtastic_hw_model_slug = HELTEC_V1
|
|
|
|
|
custom_meshtastic_architecture = esp32
|
|
|
|
|
custom_meshtastic_actively_supported = false
|
|
|
|
|
custom_meshtastic_display_name = Heltec V1
|
|
|
|
|
custom_meshtastic_tags = Heltec
|
|
|
|
|
|
2022-01-25 15:56:16 +01:00
|
|
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
|
|
|
|
extends = esp32_base
|
2023-02-10 01:35:25 +01:00
|
|
|
board_level = extra
|
2022-01-25 15:56:16 +01:00
|
|
|
board = heltec_wifi_lora_32
|
|
|
|
|
build_flags =
|
2025-07-19 19:41:59 -04:00
|
|
|
${esp32_base.build_flags}
|
|
|
|
|
-D HELTEC_V1
|
|
|
|
|
-I variants/esp32/heltec_v1
|