With this code i’m recieving %.3f every second,
i changed to this:
int temp = sensor.readTemperature();
int hum = sensor.readHumidity();
and it’s working fine, now. Thank you for support
With this code i’m recieving %.3f every second,
i changed to this:
int temp = sensor.readTemperature();
int hum = sensor.readHumidity();
and it’s working fine, now. Thank you for support