We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c6d4 commit e2c6edbCopy full SHA for e2c6edb
1 file changed
uarm_library.cpp
@@ -687,6 +687,6 @@ void uArmClass::pumpOff()
687
pinMode(VALVE_EN, OUTPUT);
688
digitalWrite(VALVE_EN, HIGH);
689
digitalWrite(PUMP_EN, LOW);
690
- delay(20);
+ delay(50);
691
digitalWrite(VALVE_EN,LOW);
692
}
0 commit comments