Added MPX output

Select MPX (MPX + Mono) or stereo output in the menu.

Updated the I2C busspeed to 400kHz.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-20 22:01:07 +02:00
parent 5bb0313942
commit e2217e861e
3 changed files with 60 additions and 19 deletions

View File

@@ -120,8 +120,7 @@ void TEF6686::setDeemphasis(uint8_t timeconstant) {
}
void TEF6686::setAudio(uint8_t audio) {
if (audio == 1) devTEF_Radio_Specials(0);
if (audio == 2) devTEF_Radio_Specials(1);
devTEF_Radio_Specials(audio);
}
void TEF6686::setFMSI(uint8_t mode) {