Skip to content

Commit

Permalink
bugfix, internal temp sensor not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
moinmoin-sh committed Jan 24, 2024
1 parent a70a00c commit b501371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OXRS_WT32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ void OXRS_WT32::_initialiseClimateSensor(void)
if (!_sht20Found)
{
_logger.println(F("[wt32] no SHT20 sensor found"));
return;
}

#if defined(CONFIG_IDF_TARGET_ESP32S3)
Expand Down

0 comments on commit b501371

Please sign in to comment.