Davy P.

Results 65 comments of Davy P.

It is a temporary problem. The best way to solve it for now is restarting the ESP. It think it is caused because the ESP is occupied with something on...

when I leave audio.loop(); out it doesn't happen anymore. So I think the problem is in there. I can easily reproduce it by pausing it and resume it when an...

Perhaps solving these will solve the issue... > Audio.cpp: In member function size_t Audio::process_m3u8_ID3_Header(uint8_t*) > > Audio.cpp: 2199:21: error: variable 'm_f_unsync' set but not used [-Werror=unused-but-set-variable] > bool m_f_unsync =...

I found it! I set the WiFi power management to maximum power `WiFi.setSleep(false);`. I don't have any failure anymore or a slow connection. It surely improved working behavior and I...

if we wait on this, it will never go through. It has been years now. There are not enough users on those platforms with the same interests!

> The change of timeout from seconds to ms is a breaking change. Out of my tests setting the client, stream and/or SSL timeouts in ms is an easier way...

Your right, Or m separate arguments for normal and unit values or by add an argument true/false... I'm still using now the old connect because of the older compability and...

Did you try too select an other board in the Arduino IDE?

I think your site you want to connect to doesn't support insecure requests. Some sites doesn't simply approve that kind of connection.

Put your verbose log on and you would be more informed about what happens.