15 Jan
2015
15 Jan
'15
4:03 p.m.
(this one is for Dan) - it looks like this replaces invalid characters with ' 'rather than truncating them. Is this the desired behavior? When I fixed a similar bug for the TH-D7, I preserved the existing truncation behavior rather than replacing with ' ‘
I don't think it matters all that much what gets written to the radio. There are some that expect spaces at the end because they have no "end of string" marker. As long as the driver doesn't return the resulting space-padded string to the rest of chirp core, then it's kinda up to the driver I think.
--Dan