mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
..
This commit is contained in:
@@ -79,7 +79,7 @@ float yourSensorReading(String type, String paramsAny) {
|
||||
BH1750_init();
|
||||
value = lightMeter.readLightLevel();
|
||||
}
|
||||
//==========================================================BH1750=================================================================
|
||||
//==========================================================co2=================================================================
|
||||
if (type == "valCO2") {
|
||||
K_30_Serial.begin(9600);
|
||||
sendRequest(readCO2);
|
||||
|
||||
Reference in New Issue
Block a user