fixed wrong power supply info

This commit is contained in:
Woody
2023-10-29 19:04:54 +01:00
committed by Frank
parent 7debd508c8
commit ffa9551846

View File

@@ -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