mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-06 11:33:38 +00:00
Fixed volt and amp for some browsers
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
points.push(point(i3));
|
||||
}
|
||||
config = {
|
||||
title: 'Amperage',
|
||||
padding: { top: 20, right: 15, bottom: 20, left: 35 },
|
||||
y: {
|
||||
min: 0,
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
points.push(point(u3));
|
||||
}
|
||||
config = {
|
||||
title: 'Voltage',
|
||||
padding: { top: 20, right: 15, bottom: 20, left: 35 },
|
||||
y: {
|
||||
min: 200,
|
||||
|
||||
Reference in New Issue
Block a user