mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-09 20:38:56 +00:00
Fixed copy/paste error
This commit is contained in:
@@ -345,7 +345,7 @@ var fetch = function() {
|
||||
var pct = (a*100)/parseInt(json.mf);
|
||||
am.gaugeMeter({
|
||||
percent: pct,
|
||||
text: v.toFixed(1)
|
||||
text: a.toFixed(1)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user