[wpilib] Report LiveWindow-enabled-in-test (#6158)

This commit is contained in:
Starlight220
2024-01-05 21:57:14 +02:00
committed by GitHub
parent 707cb06105
commit 4595f84719
5 changed files with 19 additions and 0 deletions

View File

@@ -354,6 +354,8 @@ public final class FRCNetComm {
public static final int kCommand2_Scheduler = 2;
/** kSmartDashboard_Instance = 1. */
public static final int kSmartDashboard_Instance = 1;
/** kSmartDashboard_LiveWindow = 2. */
public static final int kSmartDashboard_LiveWindow = 2;
/** kKinematics_DifferentialDrive = 1. */
public static final int kKinematics_DifferentialDrive = 1;
/** kKinematics_MecanumDrive = 2. */

View File

@@ -216,6 +216,7 @@ namespace HALUsageReporting {
kCommand_Scheduler = 1,
kCommand2_Scheduler = 2,
kSmartDashboard_Instance = 1,
kSmartDashboard_LiveWindow = 2,
kKinematics_DifferentialDrive = 1,
kKinematics_MecanumDrive = 2,
kKinematics_SwerveDrive = 3,