fix: remove extra spi.begin() on heltec v3

此提交包含在:
taco
2025-06-24 11:27:13 +10:00
父節點 60d0064080
當前提交 b8db628ce8
-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();