fix(Zigbee): Fix typo in Zigbee_Temp_Hum_Sensor_Sleepy.ino (#10581)
This commit is contained in:
parent
9f3010f214
commit
f66ba37d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ void meausureAndSleep() {
|
|||
// Measure temperature sensor value
|
||||
float temperature = temperatureRead();
|
||||
|
||||
// Use temparture value as humidity value to demonstrate both temperature and humidity
|
||||
// Use temperature value as humidity value to demonstrate both temperature and humidity
|
||||
float humidity = temperature;
|
||||
|
||||
// Update temperature and humidity values in Temperature sensor EP
|
||||
|
|
|
|||
Loading…
Reference in a new issue