Skip to content

Commit 299e85b

Browse files
authored
Merge pull request #441 from oltaco/heltecv3-spi_begin_fix
fix: remove extra spi.begin() on heltec v3
2 parents 6ae6f89 + b8db628 commit 299e85b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variants/heltec_v3/target.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ bool radio_init() {
3232
rtc_clock.begin(Wire);
3333

3434
#if defined(P_LORA_SCLK)
35-
spi.begin(P_LORA_SCLK, P_LORA_MISO, P_LORA_MOSI);
3635
return radio.std_init(&spi);
3736
#else
3837
return radio.std_init();

0 commit comments

Comments
 (0)