mirror of
https://github.com/pelgraine/Meck.git
synced 2026-08-10 02:32:44 +02:00
T-Watch changes:
CPUPowerManager.h — S3 variant, CPU_FREQ_BOOST capped to 80 MHz. main.cpp — locked-loop throttle extended to the watches via the two MECK_TWATCH guard additions.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef CPU_FREQ_BOOST
|
||||
#define CPU_FREQ_BOOST 240 // MHz — heavy processing
|
||||
#define CPU_FREQ_BOOST 80 // MHz -- S3: no map screen, so cap boost to idle to save power
|
||||
#endif
|
||||
|
||||
#ifndef CPU_FREQ_LOW_POWER
|
||||
|
||||
Reference in New Issue
Block a user