Updated ftclib.

Sync'd with FRC changes.
This commit is contained in:
Titan Robotics Club
2024-08-24 03:31:23 -07:00
parent 6fef9c6018
commit 90afd02bab
7 changed files with 142 additions and 167 deletions

View File

@ -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