Undo Set nominal auto BW on FM to 311kHz. Had not the expected effect

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-01 17:27:57 +02:00
parent 665ea1ddf8
commit ba9c125f70

View File

@@ -44,7 +44,7 @@ void devTEF_Radio_Tune_AM (uint16_t frequency) {
}
void devTEF_Radio_Set_Bandwidth(uint8_t mode, uint16_t bandwidth) {
devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 15, mode, bandwidth, 1000, 1000, 560, 3110);
devTEF_Set_Cmd(TEF_FM, Cmd_Set_Bandwidth, 7, mode, bandwidth);
}
void devTEF_Radio_Set_BandwidthAM(uint8_t mode, uint16_t bandwidth) {