[wpilib] RobotController: Add isSystemTimeValid() (#5696)

This returns true when the system date/time (wall clock) is valid.
This commit is contained in:
Peter Johnson
2023-09-30 09:22:51 -07:00
committed by GitHub
parent e56f1a3632
commit d404af5f24
9 changed files with 65 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
opencvYear = "frc2023"
googleTestYear = "frc2023"
niLibVersion = "2024.1.0"
niLibVersion = "2024.1.1"
opencvVersion = "4.6.0-5"
googleTestVersion = "1.12.1-2"
}