How to decrease Labled Value accurasity

Exampe… Got DHT22 sensor with temperature mesuared 25,4. But labled value shows me 25,500. But i dont need whose 1/100 and 1/1000…
Due to it, i got less font size in widget((((
I just want something like 25,4 nothing more)))

@zara
Try to use formatting options like /pin.#/ or /pin.##/.
More detail: http://docs.blynk.cc/#widgets-displays-labeled-value

2 Likes

Otherwise code side:

String(value,1); // format value to 1 decimal place
1 Like

Thanks to all… Now im using formating options

1 Like