remove spi.begin in targets

This commit is contained in:
recrof
2025-06-28 11:00:13 +02:00
والد 0e197254a2
کامیت 1ce180d6ea
3فایلهای تغییر یافته به همراه3 افزوده شده و 21 حذف شده
@@ -21,7 +21,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();