From 1d67e3926e7a9d1b82e593bc66179a548010b08b Mon Sep 17 00:00:00 2001 From: Robert Ekl Date: Mon, 16 Mar 2026 23:16:08 -0500 Subject: [PATCH] Fix Heltec V3 LoRa reset pin --- variants/heltec_v3/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/heltec_v3/platformio.ini b/variants/heltec_v3/platformio.ini index 803ee683..7dbde222 100644 --- a/variants/heltec_v3/platformio.ini +++ b/variants/heltec_v3/platformio.ini @@ -9,7 +9,7 @@ build_flags = -D ESP32_CPU_FREQ=80 -D P_LORA_DIO_1=14 -D P_LORA_NSS=8 - -D P_LORA_RESET=RADIOLIB_NC + -D P_LORA_RESET=12 -D P_LORA_BUSY=13 -D P_LORA_SCLK=9 -D P_LORA_MISO=11 @@ -376,4 +376,4 @@ build_flags = build_src_filter = ${Heltec_lora32_v3.build_src_filter} +<../examples/kiss_modem/> lib_deps = - ${Heltec_lora32_v3.lib_deps} \ No newline at end of file + ${Heltec_lora32_v3.lib_deps}