Merge pull request #577 from crhultay/patch-4

Fix VTXClient Documentation
This commit is contained in:
Bryan Ashby
2024-11-22 18:32:29 -07:00
committed by GitHub

View File

@@ -93,7 +93,9 @@ webserver, and unpack it to a temporary directory.
defCrsrAttr: ['thick', 'horizontal'],
defCellAttr: 0x0007,
telnet: 1,
autoConnect: 0
autoConnect: 0,
wsProtocol: 'telnet',
wsDataType: 'arraybuffer',
};
````