You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a discrepancy between the way FPP and the Python autocoder are auto-generating the parameter commands. I moved the issue here: nasa/fpp#561.
Problem Description
In the XML dictionary, parameter set/save commands are named:
component.XYZ_PRM_SET
andcomponent.XYZ_PRM_SAVE
In the JSON dictionary, parameter set/save commands are named:
component.XYZ_PARAM_SET
andcomponent.XYZ_PARAM_SAVE
Is this an intentional change? It breaks all sequences that depend on the old names.
Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
Expected Behavior
They should be the same.
The text was updated successfully, but these errors were encountered: