mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated ftclib.
Sync'd with FRC changes.
This commit is contained in:
@ -125,7 +125,7 @@ public class Robot
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return robotInfo != null? robotInfo.robotName: RobotParams.System.DEF_ROBOT_NAME;
|
||||
return robotInfo != null? robotInfo.robotName: RobotParams.Robot.ROBOT_CODEBASE;
|
||||
} //toString
|
||||
|
||||
/**
|
||||
@ -267,6 +267,9 @@ public class Robot
|
||||
//
|
||||
// Display other subsystem status here.
|
||||
//
|
||||
if (RobotParams.Preferences.showSubsystems)
|
||||
{
|
||||
}
|
||||
}
|
||||
} //updateStatus
|
||||
|
||||
|
Reference in New Issue
Block a user