AF/EON bugfixes and more

- Now 3 AF colums (max 33 entries)
- Actual PI/PS/Freq shown on top
- AF/EON frequencies only show one digit
- Slow down AF/EON ticker

Bugfixes:
- AF and EON trim function
- Forced mono was not working
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-11 21:48:38 +02:00
parent bf1460d2ec
commit daad6ede23
3 changed files with 85 additions and 57 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ bool devTEF_Radio_Set_ChannelEqualizer(bool eq) {
}
bool devTEF_Radio_Set_Stereo_Min(bool mode) {
return devTEF_Set_Cmd(TEF_FM, Cmd_Set_Stereo_Min, 7, mode);
if (mode) return devTEF_Set_Cmd(TEF_FM, Cmd_Set_Stereo_Min, 7, 2); else return devTEF_Set_Cmd(TEF_FM, Cmd_Set_Stereo_Min, 7, 0);
}
bool devTEF_Radio_Set_RFAGC(uint16_t agc) {