mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
302 stars 92 forks source link

fail at bassboost #67

Closed fungreenfox closed 2 months ago

fungreenfox commented 1 year ago

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) {

mathertel commented 1 year ago

What processor are you using ?

fungreenfox commented 1 year ago

Esp32 Wroom 30 pins. The problem has disappeared though.

fungreenfox commented 1 year ago

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 commented 2 months ago

Solved the issue.