remove SPI set pins

这个提交包含在:
Rob Loranger
2025-06-21 11:22:14 -07:00
父节点 bf2908faa6
当前提交 0bf03f2309
-3
查看文件
@@ -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);
}