mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
7 lines
248 B
INI
7 lines
248 B
INI
[env:heltec-v2_1]
|
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
|
extends = esp32_base
|
|
board = heltec_wifi_lora_32_V2
|
|
board_level = extra
|
|
build_flags =
|
|
${esp32_base.build_flags} -D HELTEC_V2_1 -I variants/heltec_v2.1 |