Cossid
Cossid
### What happened? I have an unsupported device in which I have an incomplete, but semi-functioning external component driver. I decided to give generated definition (new in 1.35.0) a try,...
Avoid integer precision loss in denominator of battery calculation while remaining within uint16_t size constraints. This keeps the entire calculation within uint16_t constraints while not causing an integer rounding in...
The uptime sensor when used as type timestamp shows as scientific notation in the web browser display. Example: ``` Uptime 2e+09 ``` Desired display may be debated (readable static date/time...
### The problem All fans that implement the `preset_modes` option are forced into an alphanumeric sort based on (apparently) how c++ std::set stores them. I have verified that that is...