updated to respond with a nack for unimplemented commands

pull/3/head
awsh 2021-12-15 14:21:42 -05:00
rodzic 5e9c93da5a
commit 61d0dcc701
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;
}
}