1
0
Fork 0

Merge pull request #95 from MaBecker/patch-1

add missing class
master
Gordon Williams 2020-02-10 16:57:16 +00:00 committed by GitHub
commit 175e5a1978
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();
}