remove spi.begin in targets

This commit is contained in:
recrof 2025-06-28 11:00:13 +02:00
parent 0e197254a2
commit 1ce180d6ea
3 changed files with 3 additions and 21 deletions

View file

@ -25,7 +25,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();