File tree Expand file tree Collapse file tree 2 files changed +245
-244
lines changed Expand file tree Collapse file tree 2 files changed +245
-244
lines changed Original file line number Diff line number Diff line change @@ -3495,11 +3495,11 @@ bool settingAvailableOnPlatform(int i)
3495
3495
{
3496
3496
// TODO: check if we need to tighten up the logic here
3497
3497
// Maybe settings.detectedGnssReceiver and Facet_Flex_Variant should be amalgamated somehow?
3498
- if (rtkSettingsEntries[i].platFlex == FFA ) // All
3498
+ if (rtkSettingsEntries[i].platFlex == ALL ) // All
3499
3499
break ;
3500
- if ((rtkSettingsEntries[i].platFlex == FFL ) && (settings.detectedGnssReceiver == GNSS_RECEIVER_LG290P))
3500
+ if ((rtkSettingsEntries[i].platFlex == L29 ) && (settings.detectedGnssReceiver == GNSS_RECEIVER_LG290P))
3501
3501
break ;
3502
- if ((rtkSettingsEntries[i].platFlex == FFM ) && (settings.detectedGnssReceiver == GNSS_RECEIVER_MOSAIC_X5))
3502
+ if ((rtkSettingsEntries[i].platFlex == MX5 ) && (settings.detectedGnssReceiver == GNSS_RECEIVER_MOSAIC_X5))
3503
3503
break ;
3504
3504
}
3505
3505
return false ;
@@ -3525,7 +3525,7 @@ bool settingPossibleOnPlatform(int i)
3525
3525
break ;
3526
3526
if ((productVariant == RTK_POSTCARD) && rtkSettingsEntries[i].platPostcard )
3527
3527
break ;
3528
- if ((productVariant == RTK_FLEX) && (rtkSettingsEntries[i].platFlex > FFN ))
3528
+ if ((productVariant == RTK_FLEX) && (rtkSettingsEntries[i].platFlex > NON ))
3529
3529
break ;
3530
3530
return false ;
3531
3531
} while (0 );
You can’t perform that action at this time.
0 commit comments