mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 00:12:07 +00:00
Fixed free mem formatting bug
This commit is contained in:
parent
2a524cd0ac
commit
a3561d5c58
@ -253,7 +253,7 @@ var fetch = function() {
|
||||
$('.ju').html(moment.duration(parseInt(json.u), 'seconds').humanize());
|
||||
}
|
||||
|
||||
$('.jm').html((json.m.toFixed(0)/1000).toFixed(1));
|
||||
$('.jm').html((parseInt(json.m).toFixed(0)/1000).toFixed(1));
|
||||
|
||||
setStatus("esp", json.em);
|
||||
setStatus("han", json.hm);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user