We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae6f89 + b8db628 commit 299e85bCopy full SHA for 299e85b
variants/heltec_v3/target.cpp
@@ -32,7 +32,6 @@ bool radio_init() {
32
rtc_clock.begin(Wire);
33
34
#if defined(P_LORA_SCLK)
35
- spi.begin(P_LORA_SCLK, P_LORA_MISO, P_LORA_MOSI);
36
return radio.std_init(&spi);
37
#else
38
return radio.std_init();
0 commit comments