disable keypad control by default; add more sanity checks

This commit is contained in:
technyon
2022-08-13 08:49:46 +02:00
parent 8c53e93e9d
commit 7ccaffec7a
5 changed files with 30 additions and 13 deletions

View File

@@ -148,7 +148,6 @@ void initPreferences()
{
preferences->putBool(preference_started_befores, true);
preferences->putBool(preference_lock_enabled, true);
preferences->putBool(preference_keypad_control_enabled, true);
}
if(preferences->getInt(preference_restart_timer) == 0)