Edzelf / Esp-radio

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

stopping client wont work #134

Open UweK63 opened 6 years ago

UweK63 commented 6 years ago

Hello, when I use the Stop-command (in Serialmonitor or over webinterface) the server goes into an endless loop with error "D: Stopping client". Only hard-reset is then possible. Thatswhy I can't change preset oder play another station ... My wiring is like the minimal configuration in pdf. Using NodeMCU and VS1053B. Any ideas? Many thanks, Uwe

Edzelf commented 6 years ago

I will test it tomorrow.

Edzelf commented 6 years ago

You are right. The latest version of the wifi core libraries has a bug: wificlient.connected() return true after wificlient.stop(). I 've made a work-around for this. I will update the sketch.

UweK63 commented 6 years ago

Super! Many thanks for your fast response.

UweK63 commented 6 years ago

It works now! Hint: found 1 error in new sketch: Missing line "#define WHITE BLUE | RED | GREEN".

Edzelf commented 6 years ago

WHITE is defined in (version 0.9 of) TFT_ILI9163C.h.