SOTAmat / SOTAcat

CAT control for Elecraft KX radios and SOTAMAT
https://sotamat.com
Other
10 stars 2 forks source link

consider refactoring state logic in ft8 #28

Open jeffkowalski opened 7 months ago

jeffkowalski commented 7 months ago

Right now there is prep code, handler code, cleanup code, and a variety of flags controlling FT8 transmission. Compounding this, we have incoming competing requests to initiate (or re-initiate) FT8 transmission, or cancel it. As well there is the salient resource: the radio.

See handler-ft8.cpp