Ian Foster
Ian Foster
bump again, waiting to hear back on main PR.
ChromeOS recently started requesting a DHCPv6 PD prefix (if available) with only a local SLAAC address as well. The prefix is used for itself and the Linux and Android VMs...
> In fact -- for ISC DHCPv6 -- you can already do this. Add a static mapping for the link local and it's able to route to the prefix. @fichtner...
Good find. While there is definitely a bug here, as long as the calls don't time out and block for the brief moments while the i2c bus is active I've...
Upon revisiting this, I don't think its an issue. When `xSemaphoreTake` is used with `portMAX_DELAY` and `INCLUDE_vTaskSuspend` is set to `1`, then `xSemaphoreTake` will block indefinitely. This is the desired...
Found a similar touch panel which may share similarities with the underlying library: https://github.com/racerxdl/wtc801
Hey @Tomcuzz, I haven't looked into this in a while. By any chance are you also looking at porting ESPHome to the dLight?
With v1.18.0 if I combined BLE with almost any other sensor he ESP would become unstable, so I've needed to dedicate a single ESP for all my BLE sensors. with...
I tried upgrading to 1.19.4, and found the BLE stack to be more stable than 1.18. With 1.19.4 the ESP32 crashes around every 16 hours instead of boot looping in...
Hello @kkilchrist, I just ran across this issue looking to solve the same problem for implementing gif support for online_image. How stable is your solution? And how far along is...