Benoit Delaup
Results
2
issues of
Benoit Delaup
### Describe the bug Error while trying to upgrade nextcloud from 21.0.2\~ynh1 to 22.2.0\~ynh1 using webadmin ### Context - Hardware: Raspberry Pi at home - YunoHost version: 4.3.2.2 - I...
Led not working in BarGraph example. I edited the component LED.mo and replaced : `fillColor=DynamicSelect({100,40,40}, if mean.y > 0 then {100 + (mean.y/0.02)*155,40,40} else {100,40,40})` by `DynamicSelect({100, 40, 40}, {ceil(100+(mean.y/0.02)*155),...