[] sixths: reduce logging to reduce flash wear.

pull/3506/head
Pavel Machek 2024-06-02 22:37:38 +02:00
parent a42c8036e3
commit dc3742508e
1 changed files with 1 additions and 1 deletions

View File

@ -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;