You've already forked TEF6686_ESP32
Added MPX output
Select MPX (MPX + Mono) or stereo output in the menu. Updated the I2C busspeed to 400kHz.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user