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 bd020c6 + 299e85b commit 6d8fae2Copy full SHA for 6d8fae2
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