Formatting + refs

This commit is contained in:
Bryan Ashby 2019-05-24 22:26:56 -06:00
parent 565f0ea7c2
commit 4ef32d1c52
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 8 deletions

View File

@ -136,14 +136,8 @@ function Client(/*input, output*/) {
//
this.getTermClient = function(deviceAttr) {
let termClient = {
//
// See http://www.fbl.cz/arctel/download/techman.pdf
//
// Known clients:
// * Irssi ConnectBot (Android)
//
'63;1;2' : 'arctel',
'50;86;84;88' : 'vtx',
'63;1;2' : 'arctel', // http://www.fbl.cz/arctel/download/techman.pdf - Irssi ConnectBot (Android)
'50;86;84;88' : 'vtx', // https://github.com/codewar65/VTX_ClientServer/blob/master/vtx.txt
}[deviceAttr];
if(!termClient) {