Skip to content

Commit 0bf03f2

Browse files
committed
remove SPI set pins
1 parent bf2908f commit 0bf03f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/nano_g2_ultra/target.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ DISPLAY_CLASS display;
2121
bool radio_init()
2222
{
2323
rtc_clock.begin(Wire);
24-
25-
SPI.setPins(P_LORA_MISO, P_LORA_SCLK, P_LORA_MOSI);
2624
SPI.begin();
27-
2825
return radio.std_init(&SPI);
2926
}
3027

0 commit comments

Comments
 (0)