mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
typo
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ bool P005_do_plugin_read(struct EventStruct *event) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (isnan(NAN) || isnan(humidity))
|
||||
if (isnan(temperature) || isnan(humidity))
|
||||
{ P005_log(event, P005_error_invalid_NAN_reading);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user