Glen
Glen
That is a good idea. There is no straight key decoder, but I've written a straight key decoder in the old days (probably have the code somewhere). Basically decode the...
Sidetone might be a concern, question is what is reflected? The straight key down or the output? My vote would be the output and use the mechanical clicking as your...
Based on what you did with the Echo mode, this would be perfect to: a) Require FEATURE_DISPLAY b) For each Callsign c) Clear the screen d) Display the expected callsign...
Anthony, after I got the WINKEY Interface feature working (all I did was uncomment it and clean up an #ifdef) I am able to use my k3ng keyer with Iambic...
The compiler complained about the “defined” keyword/macro that was uncovered by defining the FEATURE_WINKEY. That was it. -=Glen=- > On Feb 1, 2018, at 9:13 PM, Anthony Good wrote: >...
Anthony, Sorry it took so long, I finally sat back down on my MBP. It was a simple misplaced #ifdef and defined(), can’t have both: @@ -9491,7 +9492,8 @@ void...
Oh good, I was actually going to branch again to put in the fix and issue a pull request (I’ve never really used git before, I’m coming around from cvs/rcs/svn)....