We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73460ac commit 68a2a8bCopy full SHA for 68a2a8b
src/main.cpp
@@ -31,9 +31,9 @@ DHT dht(DHTPIN, DHTTYPE);
31
#define WATER_PUMP_PIN 14
32
33
// Variables de muestreo
34
-const long tempHumInterval = 60000 * 10; // 1 minuto
35
-const long soilHumInterval = 3000000 * 3; // 5 minutos
36
-const long lightInterval = 3000000 * 3; // 5 minutos
+const long tempHumInterval = 60000; // 1 minuto
+const long soilHumInterval = 300000; // 5 minutos
+const long lightInterval = 150000; // 2.5 minutos
37
38
long lastTempHumTime = 0;
39
long lastSoilHumTime = 0;
0 commit comments