mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-07-05 07:31:41 +00:00
Removed requirement for odometry to be called in the subsystem.
This commit is contained in:
@@ -269,11 +269,13 @@ public class SparkMaxSwerve extends SwerveMotor
|
||||
* Save the configurations from flash to EEPROM.
|
||||
*/
|
||||
@Override
|
||||
public void burnFlash()
|
||||
public void burnFlash()
|
||||
{
|
||||
try {
|
||||
try
|
||||
{
|
||||
Thread.sleep(200);
|
||||
} catch (Exception e) {
|
||||
} catch (Exception e)
|
||||
{
|
||||
}
|
||||
motor.burnFlash();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user