2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Changed lower timeout

This commit is contained in:
Austen Adler 2015-02-08 11:52:17 -05:00
parent 1ebb5661b0
commit 2951ddd321

View File

@ -4,7 +4,7 @@
Lower::Lower() : Command("Lower"){
}
void Lower::Initialize(){
SetTimeout(1.0);
SetTimeout(2.0);
}
void Lower::Execute(){
DentRobot::elevator->Run(-1.0);