make bandType start at 0 so it doesn't overflow rigCaps.bsr

merge-requests/2/head
Phil Taylor 2021-05-01 19:42:32 +01:00
rodzic cb82472ebe
commit 9c04d66b27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ enum rigInput{ inputMic=0,
inputUnknown=0xff
};
enum bandType { band23cm=1,
enum bandType { band23cm=0,
band70cm,
band2m,
bandAir,