开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: BitX40 v1.27.7 SPOT mode


 

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

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

Join [email protected] to automatically receive all group messages.