This commit is contained in:
Cristian Deenen
2022-05-30 02:06:57 +02:00
parent fc7dcff3b0
commit 79cfc5769a
7 changed files with 24 additions and 9 deletions

View File

@@ -70,9 +70,9 @@ async function analyzeWSmessage(msg){
system: gamingSystem
}
ws.send(JSON.stringify(msg));
if (data.MSversion) msVersion = data.MSversion;
console.log("streamdeck connected to server");
console.log("streamdeck connected to server", msVersion);
streamDeck.resetImageBuffer();
}