Fix on squelch return in XDRGTK protocol
This commit is contained in:
+2
-1
@@ -415,8 +415,9 @@ void XDRGTKRoutine() {
|
|||||||
DataPrint("Q-1\n");
|
DataPrint("Q-1\n");
|
||||||
} else {
|
} else {
|
||||||
Squelch *= 10;
|
Squelch *= 10;
|
||||||
DataPrint("Q\n");
|
DataPrint("Q");
|
||||||
DataPrint(String(Squelch / 10));
|
DataPrint(String(Squelch / 10));
|
||||||
|
DataPrint("\n");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user