Skip to content

Commit

Permalink
fix(Zigbee): Fix typo in Zigbee_Temp_Hum_Sensor_Sleepy.ino (#10581)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Nov 8, 2024
1 parent 9f3010f commit f66ba37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f66ba37

Please sign in to comment.