update everything
This commit is contained in:
parent
bed0eb2b0d
commit
161d26fa83
@ -66,6 +66,7 @@ void opcontrol() {
|
||||
Available Options:
|
||||
RENU, RIA, CHRIS
|
||||
*/
|
||||
|
||||
if (currentuser == RENU) {
|
||||
chassis.tank_control();
|
||||
renu_control();
|
||||
@ -75,6 +76,8 @@ void opcontrol() {
|
||||
} else if (currentuser == CHRIS) {
|
||||
chassis.arcade_standard(ary::SPLIT, ary::DEFAULT);
|
||||
renu_control();
|
||||
} else {
|
||||
renu_control();
|
||||
}
|
||||
|
||||
pros::delay(ary::util::DELAY_TIME);
|
||||
|
||||
@ -212,9 +212,8 @@ namespace superstruct {
|
||||
|
||||
void renu_control() {
|
||||
cataControl(RENU_PTO_TOGGLE, RENU_CATA_CONTROL);
|
||||
wingsControl();
|
||||
wingsControlSingle(RENU_WING_CONTROL);
|
||||
intakeControl(RENU_INTAKE_CONTROL);
|
||||
|
||||
}
|
||||
|
||||
void ria_control() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user