afarhan / sbitx

168 stars 58 forks source link

Update sbitx_gtk.c to correct logging issues #72

Closed sbeckman closed 9 months ago

sbeckman commented 9 months ago

Change logbook field validation code to allow single characters. The current FT8 decoder will provide a single digit if the signal strength is between 0 and 9. The current logbook validation will not accept a single digit.

NOTE: The current FT8 code will also send the single digit as a signal report, when the convention appears to be to append the signal report with a sign, either "-" or "+", so the FT8 code should be looked at as well.