Merge pull request #3 from awsh/main

updated to respond with a nack for unimplemented commands
main
kk4das 2021-12-17 06:32:24 -08:00 zatwierdzone przez GitHub
commit 1e2c86d971
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
/************************************************************************* *************************************************************************
IC746 CAT Library, by KK4DAS, Dean Souleles IC746 CAT Library, by KK4DAS, Dean Souleles
V1.1 2/3/202 V1.1 2/3/202
- various fixes, now works properly with OmniRig and flrig - various fixes, now works properly with OmniRig and flrig
@ -703,7 +703,7 @@ void IC746::check() {
dbg += String(cmdBuf[CAT_IX_CMD], HEX); dbg += String(cmdBuf[CAT_IX_CMD], HEX);
catDebug.println(dbg.c_str()); catDebug.println(dbg.c_str());
#endif #endif
sendAck(); sendNack();
break; break;
} }
} }