mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
remove SPI set pins
This commit is contained in:
parent
bf2908faa6
commit
0bf03f2309
1 changed files with 0 additions and 3 deletions
|
|
@ -21,10 +21,7 @@ DISPLAY_CLASS display;
|
||||||
bool radio_init()
|
bool radio_init()
|
||||||
{
|
{
|
||||||
rtc_clock.begin(Wire);
|
rtc_clock.begin(Wire);
|
||||||
|
|
||||||
SPI.setPins(P_LORA_MISO, P_LORA_SCLK, P_LORA_MOSI);
|
|
||||||
SPI.begin();
|
SPI.begin();
|
||||||
|
|
||||||
return radio.std_init(&SPI);
|
return radio.std_init(&SPI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue