mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 17:05:52 +00:00
remove SPI set pins
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user