From b8db628ce8401f8478ad9319c00201e460c417d7 Mon Sep 17 00:00:00 2001 From: taco Date: Tue, 24 Jun 2025 11:27:13 +1000 Subject: [PATCH] fix: remove extra spi.begin() on heltec v3 --- variants/heltec_v3/target.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/variants/heltec_v3/target.cpp b/variants/heltec_v3/target.cpp index 4ae06be38..4cbc78fb3 100644 --- a/variants/heltec_v3/target.cpp +++ b/variants/heltec_v3/target.cpp @@ -32,7 +32,6 @@ bool radio_init() { rtc_clock.begin(Wire); #if defined(P_LORA_SCLK) - spi.begin(P_LORA_SCLK, P_LORA_MISO, P_LORA_MOSI); return radio.std_init(&spi); #else return radio.std_init();