Skip to content

Commit 7736450

Browse files
authored
fix(Zigbee): Fix typo in Zigbee_Temp_Hum_Sensor_Sleepy.ino
1 parent 9f3010f commit 7736450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void meausureAndSleep() {
4545
// Measure temperature sensor value
4646
float temperature = temperatureRead();
4747

48-
// Use temparture value as humidity value to demonstrate both temperature and humidity
48+
// Use temperature value as humidity value to demonstrate both temperature and humidity
4949
float humidity = temperature;
5050

5151
// Update temperature and humidity values in Temperature sensor EP

0 commit comments

Comments
 (0)