From e4d85e8c5a89b68c0634ef5c9409ca732ca1ac04 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 9 Dec 2021 06:24:26 -0700 Subject: [PATCH] reverse things: --- Controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller.cpp b/Controller.cpp index 5bac84f..1d0eda9 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -87,8 +87,8 @@ bool CController::InitDevices() // now initialize each device - // the first one will be a dstar device - Encoding type = Encoding::dstar; + // the first one will be a dmr device + Encoding type = Encoding::dmr; for (const auto devpath : deviceset) { // instantiate it