fix(Zigbee): Fix typo in Zigbee_Temp_Hum_Sensor_Sleepy.ino (#10581)

This commit is contained in:
Ludovic BOUÉ 2024-11-08 10:10:54 +01:00 committed by GitHub
parent 9f3010f214
commit f66ba37d1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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