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.
1 parent 60d0064 commit b8db628Copy full SHA for b8db628
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