use float for temperature
This commit is contained in:
parent
5128473107
commit
16fc7b9c18
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ void loop() {
|
|||
int valSoilmoisture0 = getSoilmoisture(0);
|
||||
int valSoilmoisture1 = getSoilmoisture(1);
|
||||
|
||||
int valTemperature0 = getTemperature(0);
|
||||
int valTemperature1 = getTemperature(1);
|
||||
float valTemperature0 = getTemperature(0);
|
||||
float valTemperature1 = getTemperature(1);
|
||||
|
||||
float valHumidity = getHumidity();
|
||||
|
||||
|
|
Loading…
Reference in a new issue