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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user