File tree Expand file tree Collapse file tree
flashlib.frc.robot/src/main/java/com/flash3388/flashlib/frc/robot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ public class FrcRobotControlImpl implements FrcRobotControl {
4949 public FrcRobotControlImpl (ResourceHolder resourceHolder , RobotConfiguration configuration ) {
5050 mResourceHolder = resourceHolder ;
5151
52+ // verifies we can identify the runtime type
53+ getRuntimeType ();
54+
5255 mInstanceId = InstanceIdGenerator .generate (0 );
5356 mMainThread = new FlashLibMainThreadImpl ();
5457 mClock = new FpgaClock ();
Original file line number Diff line number Diff line change 11GROUP =com.flash3388.flashlib
2- VERSION =2023.3.0
2+ VERSION =2023.3.1
33
44WPILIB_VERSION =2023.4.1
5- FLASHLIB_VERSION =3.2.0
5+ FLASHLIB_VERSION =3.2.1
66
77NEXUS_SNAPSHOT_REPOSITORY_URL =https\://oss.sonatype.org/content/repositories/snapshots
88NEXUS_RELEASE_REPOSITORY_URL =https\://oss.sonatype.org/service/local/staging/deploy/maven2
You can’t perform that action at this time.
0 commit comments