default to normal fps mode again

This commit is contained in:
Green Sky 2024-02-05 16:10:30 +01:00
parent cc3f430bab
commit aa661aaaa7
No known key found for this signature in database

View File

@ -94,7 +94,7 @@ struct MainScreen final : public Screen {
// 0 - normal
// 1 - reduced
// 2 - power save
int _fps_perf_mode {1};
int _fps_perf_mode {0};
// 0 - normal
// 1 - power save
int _compute_perf_mode {0};