mirror of https://github.com/espruino/BangleApps
fix typo
parent
a05216ca00
commit
9399c76486
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue