Commit Graph
23 Commits
Author SHA1 Message Date
kevin df618b121e Bat icon adjust
1.Add slow down timer
2.if bat adc value < BAT_LEVEL_WARN, bat icon will turn red.
2023-07-04 17:05:01 +08:00
kevin fc6b0b2208 Added a contributor
Who made a public portable copy of PEBPV5 version.
2023-07-03 19:34:09 +08:00
kevinandGitHub 839134e936 Merge branch 'main' into Display-color-invert 2023-06-27 22:07:29 +08:00
kevin 0dd1f9730e Add Display color invert 2023-06-27 22:05:05 +08:00
kevin 25f2d2f1ce Fix offset reference error
And code formatting
2023-06-24 21:36:29 +08:00
kevin 0710b65fbd Fix bug 2023-06-24 21:00:43 +08:00
kevin fe9907cae5 Add 30Khz stepsize for OIRT band
Can switch OIRT 30Khz step on/off in the menu.
Can adjust OIRT low / high edge according to LowEdgeSet / HighEdgeSet
2023-06-24 20:14:39 +08:00
kevin d44cbdd96a Fix tune mode error
tune mode MI BAND is disable when restart
2023-06-23 16:04:22 +08:00
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