Merge pull request #441 from oltaco/heltecv3-spi_begin_fix

fix: remove extra spi.begin() on heltec v3
Этот коммит содержится в:
ripplebiz
2025-06-24 11:57:08 +10:00
коммит произвёл GitHub
родитель 6ae6f8955a b8db628ce8
Коммит 299e85b830
-1
Просмотреть файл
@@ -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();