adapt protocol / mode string

This commit is contained in:
Jakob Ketterl 2021-06-08 14:04:54 +02:00
parent 17a78ffa79
commit 2be58503c6
1 changed files with 1 additions and 1 deletions

View File

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