From 2be58503c69bfe48a2509643bdc859a0f87b65dd Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 8 Jun 2021 14:04:54 +0200 Subject: [PATCH] adapt protocol / mode string --- htdocs/lib/MetaPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/MetaPanel.js b/htdocs/lib/MetaPanel.js index f0b9688..8c06cad 100644 --- a/htdocs/lib/MetaPanel.js +++ b/htdocs/lib/MetaPanel.js @@ -164,7 +164,7 @@ YsfMetaPanel.prototype.setDown = function(down) { function DStarMetaPanel(el) { MetaPanel.call(this, el); - this.modes = ['dstar']; + this.modes = ['DSTAR']; this.clear(); }