add missing class

master
Mark Becker 2020-02-10 17:49:13 +01:00 committed by GitHub
parent e1ddfe8ac4
commit 2ba9651b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function resetSettings() {
"12hour" : false,
distance : "kilometer" // or "mile"
};
setLCDTimeout(settings.timeout);
Bangle.setLCDTimeout(settings.timeout);
updateSettings();
}