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