From 4ef32d1c52f5ca777bda0fd5529b7920495a6d6f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 24 May 2019 22:26:56 -0600 Subject: [PATCH] Formatting + refs --- core/client.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/core/client.js b/core/client.js index d340981b..8820a3ac 100644 --- a/core/client.js +++ b/core/client.js @@ -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) {