Replies: 1 comment 2 replies
-
Thanks for the note. I don't have the opportunity to test TCI, so I depend on operator reports. If you've tested it and it works, I can change it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Little errors in TCIRigDrv.cpp
1)
sendCmd("cw_macros", false, args);
need to be replaced to
sendCmd("cw_macros", true, args);
2) If we want to change speed of cw macros from menu, but not the keyer speed,
we should use
sendCmd("cw_macros_speed", false, args);
instead
sendCmd("cw_keyer_speed", false, args);
Beta Was this translation helpful? Give feedback.
All reactions