add config entries for keypad

This commit is contained in:
technyon
2022-08-12 20:12:21 +02:00
parent fc794429a4
commit 2f2825eeed
5 changed files with 47 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ 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)