mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated YAGSL to support CANandEncoders.
This commit is contained in:
@@ -269,8 +269,12 @@ public class SparkMaxSwerve extends SwerveMotor
|
||||
* Save the configurations from flash to EEPROM.
|
||||
*/
|
||||
@Override
|
||||
public void burnFlash()
|
||||
public void burnFlash()
|
||||
{
|
||||
try {
|
||||
Thread.sleep(200);
|
||||
} catch (Exception e) {
|
||||
}
|
||||
motor.burnFlash();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user