allow analog sensor some time to settle
This commit is contained in:
@@ -261,6 +261,7 @@ void readOneWireSensors(bool withMQTT)
|
||||
void readPowerSwitchedSensors()
|
||||
{
|
||||
digitalWrite(OUTPUT_ENABLE_SENSOR, HIGH);
|
||||
delay(10);
|
||||
for (int readCnt = 0; readCnt < AMOUNT_SENOR_QUERYS; readCnt++)
|
||||
{
|
||||
for (int i = 0; i < MAX_PLANTS; i++)
|
||||
|
Reference in New Issue
Block a user