mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 07:10:15 +01:00
adapt protocol / mode string
This commit is contained in:
parent
17a78ffa79
commit
2be58503c6
|
|
@ -164,7 +164,7 @@ YsfMetaPanel.prototype.setDown = function(down) {
|
|||
|
||||
function DStarMetaPanel(el) {
|
||||
MetaPanel.call(this, el);
|
||||
this.modes = ['dstar'];
|
||||
this.modes = ['DSTAR'];
|
||||
this.clear();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue