Editing the period attribute in the speed LED mode had some display issues due to .1 not being representable exactly in binary form (see image). I tried formatting first, but this had some issues:
value saved in settings.xml was not bound to .1 steps
value in web interface required formatting as well
Rounding should be more straightforward and less error prone.
I am happy to contribute again :)
Editing the period attribute in the speed LED mode had some display issues due to .1 not being representable exactly in binary form (see image). I tried formatting first, but this had some issues:
Rounding should be more straightforward and less error prone. I am happy to contribute again :)