From 90949e36cb27dba251f8f526b8513416e6efd5e3 Mon Sep 17 00:00:00 2001 From: Notepid <1101091+notepid@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:36:32 +0100 Subject: [PATCH] Update websocket.md with fix for defCrsrAttr issue Documentation is wrong when it comes to configuring the VTX client. defCrsrAttr is an array not a number and it prevents the VTX client from connecting. Ref: https://github.com/NuSkooler/enigma-bbs/issues/500 --- docs/_docs/servers/loginservers/websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/servers/loginservers/websocket.md b/docs/_docs/servers/loginservers/websocket.md index 511fb5221..52f69c3be 100644 --- a/docs/_docs/servers/loginservers/websocket.md +++ b/docs/_docs/servers/loginservers/websocket.md @@ -90,7 +90,7 @@ webserver, and unpack it to a temporary directory. xScale: 1, initStr: "", defPageAttr: 0x1010, - defCrsrAttr: 0x0207, + defCrsrAttr: ['thick', 'horizontal'], defCellAttr: 0x0007, telnet: 1, autoConnect: 0