better tone mode names

merge-requests/2/head
Elliott Liggett 2021-04-03 01:50:07 -07:00
rodzic ebc69434ab
commit 3f0ea7258c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ enum duplexMode {
// Here, T=tone, D=DCS, N=none
// And the naming convention order is Transmit Receive
enum rptAccessTxRx {
ratrNone=0x00,
ratrNN=0x00,
ratrTN=0x01, // "TONE" (T only)
ratrNT=0x02, // "TSQL" (R only)
ratrDD=0x03, // "DTCS" (TR)