From d674370d6d8083a893b54dae88c73802251cca10 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 16 Aug 2017 21:34:36 -0600 Subject: [PATCH] Detect VTX terminal --- core/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/client.js b/core/client.js index 02b225b8..a9b3d555 100644 --- a/core/client.js +++ b/core/client.js @@ -120,6 +120,7 @@ function Client(input, output) { // * Irssi ConnectBot (Android) // '63;1;2' : 'arctel', + '50;86;84;88' : 'vtx', }[deviceAttr]; if(!termClient) {