Merge commit '299e85b830' into dev

This commit is contained in:
Scott Powell 2025-06-24 12:05:00 +10:00
commit 6d8fae26da

View file

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