This commit is contained in:
j3d1 2022-09-13 05:29:26 +02:00
parent 8b0020c387
commit ce8b71daf0
6 changed files with 185 additions and 102 deletions

View file

@ -348,6 +348,7 @@
document.getElementById("unused_values").innerHTML = JSON.stringify(unused_values);
} else {
var dv = new DataView(evt.data);
console.log("[0]",dv.getUint8(0));
var cmd = String.fromCharCode(dv.getUint8(0));
var val = dv.getUint16(1);