Commit Graph
15 Commits
Author SHA1 Message Date
kevin 64110f7c7f Slow down refresh rates on offset 2023-06-21 15:35:55 +08:00
kevin 57616fb8bf Fix band width refresh bug 2023-06-20 14:36:26 +08:00
kevin ba7e2cff0d Fix reference error 2023-06-19 11:23:09 +08:00
kevin f28559648b Merge remote-tracking branch 'upstream/main' 2023-06-18 22:30:41 +08:00
kevin c62d406d87 Slow down display of BW and SNR
Add a timer for display.
2023-06-18 21:07:45 +08:00
kevin 1c92648668 Adjust bat ADC's for portable
Maybe adjustment still needed
2023-06-18 20:33:58 +08:00
kevin baff256dec Add SW MI band display and switch
Todo: @PE5PVB

1. Can add an menu option
byte showSWMIBand = 1;    // Fix Me: Menu options: 0: don't show  1: show up
2. Need to store and restore the last SWMIBandPosold
uint16_t SWMIBandPosold;  // Fix Me: Should store this parameter into flash, for use of restart.
2023-06-18 13:27:20 +08:00
kevin 797ca91d3b Code tidy
Make it easy to read
2023-06-17 14:28:22 +08:00
kevin be6ac1948c Add bands bandage settings 2023-06-15 23:34:49 +08:00
kevin 994f9303a3 Fix recall error of stepsize
When you set stepsize to 4 and then switch to LW Band and turn off radio immediately , when turn on again, then stepsize will remain 4 ,this is not suitable for LW and MW.
2023-06-15 16:10:39 +08:00
kevin 05b1f4a5f0 Fix display mis-match of iMS EQ
Y mis-match of iMS and EQ with updateiMS() and updateEQ()
2023-06-15 10:48:24 +08:00
kevin 686eb92879 fix stepsize error when bands switch
bands switch FM -> LW, stepsize should not > 3
2023-06-15 09:55:35 +08:00
kevin ecb252b3d9 Adjust stepsize for each bands
SW and FM: max  is 1000
MW and LW: max is 100
thus more user friendly.
2023-06-14 22:20:20 +08:00
kevin ee85dbaa56 Reinit each band frequency from Memory 2023-06-14 21:09:06 +08:00
kevin 32bc94ad01 add bands switch
2 bands -> 4 bands
MW Step: EU -> 9K, US -> 10K
2023-06-14 19:09:14 +08:00