From 5e63f313545753d0d0b45aa27930c519803e2709 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Thu, 25 Jul 2024 16:59:31 +0200 Subject: [PATCH] try-fix: stability --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 706b4a6fa..81c842b99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -684,7 +684,7 @@ void setup() // ESP32 SPI.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_CS); LOG_DEBUG("SPI.begin(SCK=%d, MISO=%d, MOSI=%d, NSS=%d)\n", LORA_SCK, LORA_MISO, LORA_MOSI, LORA_CS); - SPI.setFrequency(4000000); + SPI.setFrequency(1000000); #endif #if HAS_TFT