Setting a string parameter from the ground station V3.0.0 #1755
Unanswered
aidenhammond
asked this question in
Q&A
Replies: 2 comments
-
Upon further investigation, it seems like the set parameter is switched with another parameter? So, for example, lets say we have a parameter A which is of type U32 and a second parameter B which is of type string; on the ground station, the B_paramSet function takes a U32, and the A_paramSet function takes a string |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nevermind I got it, some issue with the opcodes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I set up a parameter of type string for a component, however when I attempt to use the ground station to set the parameter, it says "Supply floating point number"
How are we meant to set a string parameter from the ground station?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions