Edzelf / Esp-radio

Internet radio based on Esp8266 and VS1053.
MIT License
622 stars 200 forks source link

Radio changes channels #180

Closed clparrish closed 4 years ago

clparrish commented 4 years ago

How can I prevent my ESP-radio from changing channels on it's own?

Edzelf commented 4 years ago

The radio changes channels if there is no stream input for a number of seconds. You may switch off the counter for this feature.

clparrish commented 4 years ago

Thanks for the explanation.