Skip to content

Commit 680524e

Browse files
committed
fix: clarify shipping firmware version check in Controller component
1 parent e107e72 commit 680524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Controller/Controller.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ const Controller = () => {
430430
stableVersionFormat(deviceVersion) !== 2) ||
431431
(getVersionType(deviceVersion) === "stable" &&
432432
stableVersionFormat(deviceVersion) < 200 &&
433-
stableVersionFormat(deviceVersion) !== 2) ? (
433+
stableVersionFormat(deviceVersion) !== 2) ? ( // This check is for the shipping firmware version
434434
<p>
435435
Sorry, your firmware version is too old to support this feature.
436436
Please manually update to the latest stable or nightly build!

0 commit comments

Comments
 (0)