Skip to content

Conversation

@u20p17
Copy link
Owner

@u20p17 u20p17 commented Sep 20, 2025

Bring v0.15.1 release branch changes into main.

netmindz and others added 30 commits November 15, 2024 20:27
Fixed point calculation for improved accuracy, dithering in debug builds only.
Averaging and optional multiplier can be set as compile flags, example for speed testing with long averaging and a 10x multiplier:

-D FPS_CALC_AVG=200
-D FPS_MULTIPLIER=10

The calculation resolution is limited (9.7bit fixed point) so values larger than 200 can hit resolution limit and get stuck before reaching the final value.

If WLED_DEBUG is defined, dithering is added to the returned value so sub-frame accuracy is possible in post-processingwithout enabling the multiplier.
bitshift was still set from testing, forgot to update
dithering is not really needed, the FPS_MULTIPLIER is a much better option.
Avoiding name collisions with the 'delay' function.
Don't generate a response if there's no HTTP request.

Fixes wled#4269
While not used by most bus types, it's not an optional parameter.
Reisenhofer and others added 30 commits September 9, 2025 08:45
…GA out have same values; communication enhancement like tasmota implemented
…placed the repetitive KNX registration lambdas
… adjustWarm) plus a tiny addClamp255 helper. WW and CW relative functions now delegate to that helper, and onKnxColorRel uses a shared clamp path.
…n; added UDPDebugging for esps with bad accessability
… properly, in order to see RGB changes from KNX also in the WLED GUI; added debug messages
Only update last known state after scheduling publish, not during detection.
Fixes issue where repeated scheduleStatePublish() calls couldn't detect
the same change until it was actually sent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.