Radio icon indicating copy to clipboard operation
Radio copied to clipboard

fail at bassboost

Open fungreenfox opened this issue 1 year ago • 3 comments

Only SI4703 is decleared in the script, however there are compiler warnings for SI4705:

Driveletter:\Arduino scripts\libraries\Radio\src\SI4705.cpp:229:34: error: variable or field 'setBassBoost' declared void void SI4705::setBassBoost(UNUSED bool switchOn) { ^ Driveletter:\Arduino scripts\libraries\Radio\src\SI4705.cpp:229:27: error: 'UNUSED' was not declared in this scope void SI4705::setBassBoost(UNUSED bool switchOn) {

fungreenfox avatar May 18 '23 03:05 fungreenfox

What processor are you using ?

mathertel avatar May 19 '23 16:05 mathertel

Esp32 Wroom 30 pins. The problem has disappeared though.

fungreenfox avatar May 21 '23 09:05 fungreenfox

However, when the volume is turned upwards / raised over 4 or 5 or so, the esp32 reboots. This happened only with the newer version of radio.h

fungreenfox avatar May 23 '23 12:05 fungreenfox

Solved the issue.

fungreenfox avatar Jul 15 '24 06:07 fungreenfox