Minor changes

This commit is contained in:
Alexey Zholtikov 2023-02-17 17:01:52 +03:00
parent 0b603489fd
commit b940f325f2

View File

@ -102,7 +102,6 @@ void setup()
if (sensorType == ENST_DHT11 || sensorType == ENST_DHT22)
dht.setup(sensorPin, DHTesp::AUTO_DETECT);
}
if (relayPin)
{
pinMode(relayPin, OUTPUT);