Fixed minor typo in debug text.

half-duplex
Elliott Liggett 2022-11-23 22:45:29 -08:00
rodzic bb5ae03235
commit 9a63a6c4c4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4394,7 +4394,7 @@ void rigCommander::setRigID(unsigned char rigID)
// It can be used for radios without Rig ID commands,
// or to force a specific radio model
qInfo(logRig()) << "Sending rig ID to: (int)" << (int)rigID;
qInfo(logRig()) << "Setting rig ID to: (int)" << (int)rigID;
lookingForRig = true;