fix UI not being updated with new info

This commit is contained in:
sparks-alec
2022-02-17 01:37:47 -05:00
parent 722e8fdada
commit a8def92103
+1
View File
@@ -122,4 +122,5 @@ exports.heartbeat = function heartbeat(device) {
`${password}%1POWR ?\r%1INPT ?\r%1AVMT ?\r%1ERST ?\r%1LAMP ?\r%1NAME ?\r%1INF1 ?\r%1INF2 ?\r%2SNUM ?\r%2SVER ?\r`
);
}
device.draw();
};