Davide Perini
Davide Perini
Hi all, is there any plan on creating a documentation or some small code samples for esp8266? I can't make it to work on esp8266. Thanks
### Please provide a brief summary of the bug With previous version of Windows and JDK notification sticked in the Windows Notification Center forever until cancelled. Since the latest Windows/JDK,...
Hi, the same exact code works well with Adopt JDK15 but not on Adopt JDK16 ``` HttpRequest request = HttpRequest.newBuilder() .header(Constants.UPGRADE_CONTENT_TYPE, Constants.UPGRADE_MULTIPART + boundary) .POST(ofMimeMultipartData(data, boundary)) .uri(URI.create(Constants.UPGRADE_URL.replace(Constants.DASH, glowWormDevice.getDeviceIP()))) .build(); client.send(request,...
the new ceramic antenna on the esp32 c3 v2.1 works well until you put the esp on free air. if you put the esp on a circuit board that antenna...
hello, I noticed that D1 Mini ESP8266 V4 board is a real downgrade over the older V3 board. V4 board has No diode from VBUS to +5V. However the implementation...
- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.14.5) - Device reset fix when no MQTT server is available. It took too long to start the device reset process when...
- ***Breaking changes***: requires `Firefly Luciferin` (v2.16.2) - Device reset fix when no MQTT server is available. It took too long to start the device reset process when MQTT server...
### Board Lolin ESP32-S3 ### Device Description Plain Lolin ESP32-S3 board ### Hardware Configuration No GPIO used ### Version v3.0.1 ### IDE Name PlatformIO ### Operating System Windows 11 ###...
- ***Breaking changes***: requires `Glow Worm Luciferin` firmware (v5.16.7). - **Luciferin now has specific support for [AVX CPU extensions](https://github.com/sblantipodi/firefly_luciferin/wiki/Very-fast-capture#cpu-acceleration-using-avx-simd-extensions).** AMD and Intel are investing a lot of resources in improving...
- Technicalities: previous implementation copies desktop image (it’s d3d11 texture) to another d3d11 texture, this new implementation copies the image to d3d12 resource via d3d11d3d12 resource sharing API. - Closes...