Frank
Frank
see also https://github.com/espressif/arduino-esp32/issues/5938 - and a few other related ones.
Hmmm :thinking: reminds me of this discussion : https://github.com/earlephilhower/ESP8266Audio/pull/271 Maybe a call to `output->flush()` should be added in the audioGenerator class, just before `output->stop()`. As a quick test, you could...
@SpenceKonde wow, a complete rewrite with lots of new features - nice XMas present :-) There is some timout functionality protected with `#if defined(TWI_TIMEOUT_ENABLE)` - is this on by default,...
Hi Patrick, Unfortunately most of the people here (developers, testers, etc) are not speaking German. Also google translate is no help with technical texts. Could you provide a summary of...
Hi, > Since it only disconnects GND and not +5V Is there a specific reason why you disconnect GND instead if disconnecting 5V?
> So, ideally, WLED should also provide energy usage (e.g., Wh or kWh). Personally, I think it makes the most sense, to provide this value since the last boot. As...
might help if you erase the chip first, then re-install a WLED bootloader, then re-install WLED. Sometime the bootloader installed by the device manufacturers does crazy things and then crashes,...
> (inlined by) String::c_str() const at /Users/trav/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:236 (discriminator 2) > (inlined by) AsyncWebServerRequest::_removeNotInterestingHeaders() at .pio/libdeps/esp32c3/ESP Async WebServer/src/WebRequest.cpp:182 (discriminator 2) reminds me of the pending use-after-free bug in Async Webserver :...
Hi @Jason2866, I think the problem in async webserver was found by code analysis and inspection. So it might be hard to reliably reproduce the crash. Sorry I don't have...
> Yes, and this is related to WLED. As you only talk about Tasmota, I think what it means is "related to a scenario we don't have in Tasmota". This...