Skip to content

Commit 30f8d3b

Browse files
committed
Allow settings on variant.
1 parent 5faf02a commit 30f8d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,8 @@ bool settingAvailableOnPlatform(int i)
34173417
break;
34183418
if ((productVariant == RTK_POSTCARD) && rtkSettingsEntries[i].platPostcard)
34193419
break;
3420+
if ((productVariant == RTK_FLEX) && rtkSettingsEntries[i].platFlex)
3421+
break;
34203422
return false;
34213423
} while (0);
34223424
return true;

0 commit comments

Comments
 (0)