fix typo
parent
a05216ca00
commit
9399c76486
|
|
@ -221,7 +221,7 @@
|
||||||
}
|
}
|
||||||
// start recording...
|
// start recording...
|
||||||
WIDGETS["recorder"].draw();
|
WIDGETS["recorder"].draw();
|
||||||
writeSubSecs = period===1;
|
writeSubSecs = settings.period===1;
|
||||||
if (settings.period===1 && settings.record.includes("gps")) {
|
if (settings.period===1 && settings.record.includes("gps")) {
|
||||||
Bangle.on('GPS', writeLog);
|
Bangle.on('GPS', writeLog);
|
||||||
writeSetup = true;
|
writeSetup = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue