Skip to content

Commit 71f31d4

Browse files
committed
Merge branch 'development'
2 parents 3f25fd5 + f8f4208 commit 71f31d4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

flashlib.frc.robot/src/main/java/com/flash3388/flashlib/frc/robot/FrcRobotControlImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GROUP=com.flash3388.flashlib
2-
VERSION=2023.3.0
2+
VERSION=2023.3.1
33

44
WPILIB_VERSION=2023.4.1
5-
FLASHLIB_VERSION=3.2.0
5+
FLASHLIB_VERSION=3.2.1
66

77
NEXUS_SNAPSHOT_REPOSITORY_URL=https\://oss.sonatype.org/content/repositories/snapshots
88
NEXUS_RELEASE_REPOSITORY_URL=https\://oss.sonatype.org/service/local/staging/deploy/maven2

0 commit comments

Comments
 (0)