add heltec tracker v2 board.

This commit is contained in:
Quency-D
2025-09-29 17:49:31 +08:00
committed by Tom Fifield
parent a3e6f16378
commit 8d323a1cf1
8 changed files with 208 additions and 5 deletions

View File

@@ -554,7 +554,7 @@ void enableLoraInterrupt()
gpio_pullup_en((gpio_num_t)LORA_CS);
#endif
#ifdef HELTEC_V4
#if defined(HELTEC_V4)||defined(HELTEC_WIRELESS_TRACKER_V2)
gpio_pullup_en((gpio_num_t)LORA_PA_POWER);
gpio_pullup_en((gpio_num_t)LORA_PA_EN);
gpio_pulldown_en((gpio_num_t)LORA_PA_TX_EN);