You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displaying a sensor temp can become distracting when it changes from an integer like display to a float like display and vice-versa. eg// 46°C to 44.4°C
Well, actually we have the settings for the Maximum Number of Figures on almost all values, but not on sensors. The reason is pretty simple: for high integer values like 2500 RPM, we cannot convert them to a decimal format, such as 2.5k. Currently, we try to detect if it's an integer value; otherwise, we format it as a floating-point number. I'm going to add an option to always convert a value to a floating-point format and allow selection of the number of digits to display. This option will be disabled by default.
Description
Displaying a sensor temp can become distracting when it changes from an integer like display to a float like display and vice-versa. eg// 46°C to 44.4°C
Steps to Reproduce
Screenshots
Environment
Logs
Additional Context
The text was updated successfully, but these errors were encountered: