Michael Trenkler
Michael Trenkler
Using the PlatformIO example as is will currently use platform `[email protected]` and install breaking sub dependencies: ``` Dependency Graph |-- U8g2 @ 2.33.7 | |-- SPI @ 2.0.0 | |--...
Nope, the sub dependencies `SPI`, `Wire`, `WiFi`, `WiFiClientSecure`, `HTTPClient`, `DNSServer` are included in the espressif32 platform and can't be handled with `lib_deps`. Building with platform `espressif32@^4.0.0` and later will result...
Hi there, Sorry for the late reply. My time is rather short and I just read the release notes for v23 which seams to add support for real VideoTexture features...