Skip to content

Commit

Permalink
Ajuste parámetros de funcionamiento de la bomba centrífuga.
Browse files Browse the repository at this point in the history
  • Loading branch information
gndd committed Nov 5, 2020
1 parent fb4e7f1 commit 79b7646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

const unsigned int tiempoReporteMQTTBroker = 30000; // Tiempo de reporte al Broker MQTT.
const unsigned int timepoMaximoBombaEncendida = 420000; // Tiempo máximo en que la Bomba Centrífuga estará encendida (7 minutos).
const unsigned int timepoEntreEncendidosBomba = 1200000; // Tiempo permitido entre encendidos de la Bomba Centrífuga (20 minutos).
const unsigned int timepoEntreEncendidosBomba = 600000; // Tiempo permitido entre encendidos de la Bomba Centrífuga (10 minutos).

unsigned int ledBlinkONInterval = 50; // Tiempo de ON de Led Blink.
unsigned int ledBlinkOFFInterval = 3000; // Tiempo de OFF de Led Blink.
Expand Down

0 comments on commit 79b7646

Please sign in to comment.