TeamMeanMachine / meanlib

A Kotlin FRC library
The Unlicense
16 stars 3 forks source link

Bump wpilib version #19

Closed andrewda closed 5 years ago

andrewda commented 5 years ago

Though everything technically works fine as long as the latest version of GradleRIO is set in the robot code, inspectors might be looking for 2019.3.1 because it's technically required* to use the latest roboRIO image. To update the version showed in the Driver Station, meanlib's copy of wpilib has to be updated.

image

* Note that 2019.3.2 is the latest GradleRIO version, but 2019.3.1 is the latest wpilib version:

https://github.com/wpilibsuite/GradleRIO/blob/master/src/main/groovy/edu/wpi/first/gradlerio/wpi/WPIExtension.groovy#L15