From 61d0dcc7014fc8967e4d9b6fcb8bf0b5d7da8b9e Mon Sep 17 00:00:00 2001 From: awsh Date: Wed, 15 Dec 2021 14:21:42 -0500 Subject: [PATCH] updated to respond with a nack for unimplemented commands --- IC746.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IC746.cpp b/IC746.cpp index 37f5aa0..f7f6767 100644 --- a/IC746.cpp +++ b/IC746.cpp @@ -1,4 +1,4 @@ -/************************************************************************* + ************************************************************************* IC746 CAT Library, by KK4DAS, Dean Souleles V1.1 2/3/202 - various fixes, now works properly with OmniRig and flrig @@ -703,7 +703,7 @@ void IC746::check() { dbg += String(cmdBuf[CAT_IX_CMD], HEX); catDebug.println(dbg.c_str()); #endif - sendAck(); + sendNack(); break; } }