remove SPI set pins

Este commit está contenido en:
Rob Loranger
2025-06-21 11:22:14 -07:00
padre bf2908faa6
commit 0bf03f2309
-3
Ver fichero
@@ -21,10 +21,7 @@ DISPLAY_CLASS display;
bool radio_init()
{
rtc_clock.begin(Wire);
SPI.setPins(P_LORA_MISO, P_LORA_SCLK, P_LORA_MOSI);
SPI.begin();
return radio.std_init(&SPI);
}