Skip to content

Commit 92258cf

Browse files
author
gemi254
committed
Updated v1.1.1
1 parent 92f366d commit 92258cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controlAssistPMem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if(port)
6363
wsServer = "ws://" + document.location.host + ":" + port + "/";
6464
else
6565
wsServer = "ws://" + document.location.host + ":81/";
66-
const dbg = true;
66+
const dbg = false;
6767
let ws = null;
6868
let hbTimer = null;
6969
let refreshInterval = 15000;

0 commit comments

Comments
 (0)