Frank

Results 27 issues of Frank

This is a continuation (and replacement) for * #3824 by @deece Thanks to the contribution made by @deece to [platform-espressif32](https://github.com/platformio/platform-espressif32/pull/1329), link time optimization is now possible in [esp32 framework version...

enhancement
Awaiting testing
optimization

Since ~4 weeks, the UI build (`npm run build`) throws out a red warning > (node:27944) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. #(Use...

help wanted
dependencies
javascript

When trying to compile the "V5" branch locally, the build fails with "Don't know how to build from a source file with suffix `.o'." The same V5 build on github...

bug
python

https://github.com/wled/WLED/blob/7aedf77d837e35001c6a2b46020265bead2666ba/wled00/ota_update.cpp#L15 The current code does not include correct bootloader offsets for all MCUs. According to https://github.com/espressif/arduino-esp32/blob/5521e02627fa6909818d7d12657b59814a506198/tools/pioarduino-build.py#L217-L219 |board|bootloader offset| | ----- | ---- | | esp32 | ``0x1000`` | | esp32-S2...

hardware
configuration

during engineering of #5040, we found that [memory management in the gif loader could be improved](https://github.com/wled/WLED/pull/5040#discussion_r2508210688), however this would need changes in the [GifDecoder library](https://github.com/Aircoookie/GifDecoder). * create a PR for...

enhancement

Help wanted: The documentation part for presets seems outdated, and should be modernized for 0.14.x and beyond. For example, the preset documentation still explains what's "new in 0.11.x", and states...

https://github.com/wled/WLED-WebInstaller/blob/6227f37b3c00ebd97a2fbfc2525816fd426abcc9/bin/nightly/manifest.json#L11 Please check if the esp32 bootloader is the right one (tasmota V4 framework). From the file name, it looks like this is still the original "aircoookie" bootloader for the...