Update websocket.md with fix for defCrsrAttr issue

Documentation is wrong when it comes to configuring the VTX client. This cause me a bit of headache and googling, so would be nice to have the documentation updated.

defCrsrAttr is an array not a number and it prevents the VTX client from running.

Ref: 
https://github.com/NuSkooler/enigma-bbs/issues/500
This commit is contained in:
Notepid
2024-03-19 17:39:57 +01:00
committed by GitHub
parent 4133d16290
commit 3901cdb1ac

View File

@@ -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