Ah, that explains!
In your case you'd need to round to the nearest 10 Hz.
at line 481:
ultoa((frequency + 50), b, DEC); // construct the frequency string
change to:
ultoa((frequency + 5), b, DEC); // construct the frequency string
73 Allard PE1NWL
toggle quoted message
Show quoted text
On Sat, February 3, 2018 20:34, Vic WA4THR via Groups.Io wrote:
Thanks, Allard. I'm thinking perhaps to eliminate the +50 in my version
since I am displaying an extra digit in normal mode. Do you know where
(what line) that rounding takes place?
73, =Vic=
WA4THR