We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e107e72 commit 680524eCopy full SHA for 680524e
src/components/Controller/Controller.tsx
@@ -430,7 +430,7 @@ const Controller = () => {
430
stableVersionFormat(deviceVersion) !== 2) ||
431
(getVersionType(deviceVersion) === "stable" &&
432
stableVersionFormat(deviceVersion) < 200 &&
433
- stableVersionFormat(deviceVersion) !== 2) ? (
+ stableVersionFormat(deviceVersion) !== 2) ? ( // This check is for the shipping firmware version
434
<p>
435
Sorry, your firmware version is too old to support this feature.
436
Please manually update to the latest stable or nightly build!
0 commit comments