adapt protocol / mode string

This commit is contained in:
Jakob Ketterl 2021-06-08 14:04:54 +02:00
parent 17a78ffa79
commit 2be58503c6

View File

@ -164,7 +164,7 @@ YsfMetaPanel.prototype.setDown = function(down) {
function DStarMetaPanel(el) { function DStarMetaPanel(el) {
MetaPanel.call(this, el); MetaPanel.call(this, el);
this.modes = ['dstar']; this.modes = ['DSTAR'];
this.clear(); this.clear();
} }