Skip to content

Commit 6ff9781

Browse files
committed
Add SlimeVR_V1_2 to updatable trackers
1 parent 12903a3 commit 6ff9781

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gui/src/components/tracker/TrackerSettings.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,10 @@ export function TrackerSettingsPage() {
171171
tracker?.device?.hardwareInfo &&
172172
checkForUpdate(currentFirmwareRelease, tracker?.device);
173173
const updateUnavailable =
174-
tracker?.device?.hardwareInfo?.officialBoardType !== BoardType.SLIMEVR ||
174+
(
175+
tracker?.device?.hardwareInfo?.officialBoardType !== BoardType.SLIMEVR &&
176+
tracker?.device?.hardwareInfo?.officialBoardType !== BoardType.SLIMEVR_V1_2
177+
) ||
175178
!semver.valid(
176179
tracker?.device?.hardwareInfo?.firmwareVersion?.toString() ?? 'none'
177180
);

0 commit comments

Comments
 (0)