jgrulich
jgrulich
I'm using manual NTP update and have the same issue. Not all the time, but sometimes it report timeout. When I use my local server, it never happens. I've tried...
In my case will help if the `updateNTP()` will return status flag. I was looking for some status indicator, but only `timeStatus() != timeSet` which is not triggered either. Any...
I've the same issue till now. The only core where works the web is ver. 0.0.1 dated to 2018-07-04. But you need to use the old version on the ESP8266Audio...
Based on some info about the I2C stretching, I've tried to use this: ` Wire.setClock(100000); Wire.setClockStretchLimit(500); Wire.begin(); delay(100); if(!ccs.begin()){ ` But no change. I've tried to use another sensor and...
Don't have native Arduino to test. But it's confirmed that it is the lib what is wrong. I've used this one instead and it works now for 12 hours. [https://github.com/LucAce/CCS811](url)
Guess that the ccs.available() is wrongly detected, probably from the previous data read and than remains active by mistake. Than it crashes when tried to read new data too soon....
Test both of them on the PC and see the buffer. In my case they have full bitrate.
I've found that when disabled ArduinoOTA, it improves significantly the web response and overall stability. BTW, HTTPUpdate may be better choice for OTA.
Not really. I've already tested all the IwIP variants. With all the 2.4.0 versions is the connection very instable and with little bit lower signal level, or in the overloaded...
The issue #59 is related to the CLI mode when the MP3 is played. But I'm reporting issues which happens in AP mode, when the MP3 is not played. But...