fixed wrong power supply info
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
d.body.appendChild(scE);
|
||||
// success event
|
||||
scE.addEventListener("load", () => {
|
||||
GetV();checkSi();setABL();
|
||||
GetV();
|
||||
setABL();
|
||||
checkSi();
|
||||
if (d.um_p[0]==-1) d.um_p.shift();
|
||||
});
|
||||
// error event
|
||||
|
||||
Reference in New Issue
Block a user