We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf02a commit 30f8d3bCopy full SHA for 30f8d3b
Firmware/RTK_Everywhere/menuCommands.ino
@@ -3417,6 +3417,8 @@ bool settingAvailableOnPlatform(int i)
3417
break;
3418
if ((productVariant == RTK_POSTCARD) && rtkSettingsEntries[i].platPostcard)
3419
3420
+ if ((productVariant == RTK_FLEX) && rtkSettingsEntries[i].platFlex)
3421
+ break;
3422
return false;
3423
} while (0);
3424
return true;
0 commit comments