mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Added SI7021 detection in I2CScan
This commit is contained in:
+4
-1
@@ -1080,6 +1080,9 @@ void handle_i2cscanner() {
|
||||
case 0x23:
|
||||
reply += F("BH1750 Lux Sensor");
|
||||
break;
|
||||
case 0x40:
|
||||
reply += F("SI7021 Temp/Hum Sensor");
|
||||
break;
|
||||
case 0x48:
|
||||
reply += F("PCF8591 ADC");
|
||||
break;
|
||||
@@ -1776,4 +1779,4 @@ void handleFileUpload()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user