I have an ESP32-c3 measuring a voltage on an ADC pin. My dashboard uses a simple tile card to display the value. Up until the last update, the displayed value had two decimal places. It how rounds the number to an integer – useless for me. I’ve tried setting the ESP device accuracy to two decimal places but the dashboard still only displays integers.
How can I change either the tile card or the esp device to show the voltage to two decimal places again?
Thanks.