mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-05 08:57:43 +00:00
parent
dd3ae40daf
commit
c37a4a4398
@ -103,7 +103,7 @@ void CounterShow(bool json)
|
|||||||
dtostrfd((double)RtcSettings.pulse_counter[i] / 1000000, 6, counter);
|
dtostrfd((double)RtcSettings.pulse_counter[i] / 1000000, 6, counter);
|
||||||
} else {
|
} else {
|
||||||
dsxflg++;
|
dsxflg++;
|
||||||
dtostrfd(RtcSettings.pulse_counter[i], 0, counter);
|
snprintf_P(counter, sizeof(counter), PSTR("%lu"), RtcSettings.pulse_counter[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (json) {
|
if (json) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user