Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
973 stars 229 forks source link

Something looks broken in the latest version, doesn't try to connect to wifi #366

Open greppp opened 3 years ago

greppp commented 3 years ago

Hi,

I worked a bit on this project this summer, put it aside and I am back at it. I decided to download the lastest version of the code and it's been 2 days I can't get it to work.

This is what I get with the latest version, code unmodified except credentials added in the init file. As you can see it stops after the CH376 thing and nothing ever happen after. Screenshot_2020-09-06_16-58-14 Tested with a Huzzah ESP32 and ESP32 Dev Kit V1.

I pulled my files from this summer and this is what I get, as you can see now it tries to connect to the WiFi. Screenshot_2020-09-06_17-08-55

Edzelf commented 3 years ago

Try to remove the CH176 support by commenting line 167: //#define CH376

greppp commented 3 years ago

Hi @Edzelf, thanks. Shouldn’t be this commented by default? Or at least it would be nice for it to be in the doc when you have some time. Haven’t had time to try, will try this week, i mostly worked with my old version until now.

fiegeman commented 3 years ago

Thank you, commented it out and it works perfectly. Thank you for all your assistance.