There was an error while loading. Please reload this page.
1 parent 92f366d commit 92258cfCopy full SHA for 92258cf
src/controlAssistPMem.h
@@ -63,7 +63,7 @@ if(port)
63
wsServer = "ws://" + document.location.host + ":" + port + "/";
64
else
65
wsServer = "ws://" + document.location.host + ":81/";
66
-const dbg = true;
+const dbg = false;
67
let ws = null;
68
let hbTimer = null;
69
let refreshInterval = 15000;
0 commit comments