mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-07 03:59:37 +00:00
13 lines
562 B
INI
13 lines
562 B
INI
[env:heltec-v2_1]
|
|
board_level = extra
|
|
;build_type = debug ; to make it possible to step through our jtag debugger
|
|
extends = esp32_base
|
|
board = heltec_wifi_lora_32_V2
|
|
platform_packages =
|
|
platformio/framework-arduinoespressif32 @ https://github.com/m1nl/arduino-esp32/archive/refs/tags/2.0.17+7b9546f7.tar.gz ; optimize IRAM usage for ESP32 platform
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D HELTEC_V2_1
|
|
-I variants/esp32/heltec_v2.1
|
|
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
|