mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix: remove extra spi.begin() on heltec v3
This commit is contained in:
parent
60d0064080
commit
b8db628ce8
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ bool radio_init() {
|
|||
rtc_clock.begin(Wire);
|
||||
|
||||
#if defined(P_LORA_SCLK)
|
||||
spi.begin(P_LORA_SCLK, P_LORA_MISO, P_LORA_MOSI);
|
||||
return radio.std_init(&spi);
|
||||
#else
|
||||
return radio.std_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue