disable active brake

This commit is contained in:
ary 2023-11-09 21:05:31 -05:00
parent dd659b7cb5
commit f0d3b9aac2

View File

@ -64,6 +64,7 @@ void autonomous() {
void opcontrol() { void opcontrol() {
//Gif gif(chip_gif, lv_scr_act()); //Gif gif(chip_gif, lv_scr_act());
disableActiveBrake();
opControlInit(); // Configure the chassis for driver control opControlInit(); // Configure the chassis for driver control
while (true) { while (true) {