Bert Melis
Bert Melis
After the RPI screen goes dark, the first touch not only wakes the screen but also executes the action attached to the region where pushed. As the screen is dark,...
I have a RPI3 with the official touch screen. On rotating the screen via the web ui, the display rotates, but the touch does not. Symptom/effect is here: https://github.com/volumio/volumio-plugins/blob/4a6bf3bc5428ce78de4fae28f84c048d7e490f2d/plugins/miscellanea/touch_display/index.js#L975-L980 ```...
Playback of a 2160p movie doesn't work on Chromecast. It works for my laptop for examples, where to file is also transcoded. It starts transcoding but never writes the temporary...
AsyncTCP has been forked into the ESP3Async organization. I will add automatic dependency management again.
@s0170071 Add blocking API ```cpp // signatures VitoWiFi::OptolinkResult readBlocking(Datapoint datapoint); VitoWiFi::OptolinkResult writeBlocking(Datapoint datapoint, const uint8_t* data, uint8_t length); VitoWiFi::OptolinkResult writeBlocking(Datapoint datapoint, const uint8_t* data); // result can be evaluated as...
closes #310
Always true condition in IPAddress string-to-ipv6 conversion https://github.com/arduino/ArduinoCore-API/blob/master/api/IPAddress.cpp#L204 `*address` is checked to be `':'` so it cannot be `'\0'`. I'm not really sure what the intended behaviour is here.