Merge branch 'sequence' into opus

merge-requests/6/head
Phil Taylor 2021-06-26 19:09:58 +01:00
commit 05d9c16eb9
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -2248,12 +2248,6 @@ void wfmain::doCmd(commandtype cmddata)
emit setMode(m);
break;
}
case cmdSetModeFilter:
{
mode_info m = (*std::static_pointer_cast<mode_info>(data));
emit setMode(m);
break;
}
case cmdSetTxPower:
{
unsigned char txpower = (*std::static_pointer_cast<unsigned char>(data));