Skip to content

Commit 6d8fae2

Browse files
author
Scott Powell
committed
Merge commit '299e85b830f4bf51c2e4d90e3e1bbb59025f608d' into dev
2 parents bd020c6 + 299e85b commit 6d8fae2

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)