From 7acbd378aa58a72c5ec908aa674537a243ed2b86 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Sat, 13 Feb 2021 23:28:28 +0000 Subject: [PATCH] Update udphandler.h --- udphandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udphandler.h b/udphandler.h index d30adbf..0ef81b0 100644 --- a/udphandler.h +++ b/udphandler.h @@ -216,8 +216,8 @@ private: bool radioInUse = false; quint16 controlPort; - quint16 audioPort; quint16 civPort; + quint16 audioPort; quint16 rxSampleRate; quint16 txSampleRate;