Fix VTXClient Documentation

This commit is contained in:
Carl Hultay
2024-11-22 20:28:55 -05:00
committed by GitHub
parent dd30631ec8
commit 626e16e0b4

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',
};
````