revert speed increase CPU

This commit is contained in:
Nasimovy 2025-05-25 20:13:30 +02:00
parent 0dcc6baffc
commit 7ee0c2163c

View File

@ -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