pull/3295/head
Gordon Williams 2024-03-25 11:27:50 +00:00
parent a05216ca00
commit 9399c76486
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
}
// start recording...
WIDGETS["recorder"].draw();
writeSubSecs = period===1;
writeSubSecs = settings.period===1;
if (settings.period===1 && settings.record.includes("gps")) {
Bangle.on('GPS', writeLog);
writeSetup = true;