mirror of https://github.com/espruino/BangleApps
[] sixths: reduce logging to reduce flash wear.
parent
a42c8036e3
commit
dc3742508e
|
@ -376,7 +376,7 @@ function hourly() {
|
||||||
let s = ' T';
|
let s = ' T';
|
||||||
if (is_active)
|
if (is_active)
|
||||||
doBuzz(toMorse(s));
|
doBuzz(toMorse(s));
|
||||||
logstamp("");
|
//logstamp("");
|
||||||
}
|
}
|
||||||
function show(msg, timeout) {
|
function show(msg, timeout) {
|
||||||
note = msg;
|
note = msg;
|
||||||
|
|
Loading…
Reference in New Issue