From 7ee0c2163c4b5481e7f3ffdb91753dc89eedd77d Mon Sep 17 00:00:00 2001 From: Nasimovy Date: Sun, 25 May 2025 20:13:30 +0200 Subject: [PATCH] revert speed increase CPU --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5c114086d..02095f1b5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1293,7 +1293,7 @@ void setup() PowerFSM_setup(); // we will transition to ON in a couple of seconds, FIXME, only do this for cold boots, not waking from SDS powerFSMthread = new PowerFSMThread(); -#if !HAS_TFT && !USE_ST7796 +#if !HAS_TFT setCPUFast(false); // 80MHz is fine for our slow peripherals #endif