F Prime GDS Parsing Error on Bootstrap #2662
Answered
by
thomas-bc
ianstein17
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
thomas-bc
Apr 4, 2024
Replies: 1 comment 4 replies
-
@ianstein17 Fw.String is an abstract type in FPP, I'm guessing it's not getting added to your dictionary for that reason, and therefore the GDS fails to parse the type when loading the dictionary. There might be ways to circumvent this... but I'm not aware of them. Why not use the FPP |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ianstein17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ianstein17 Fw.String is an abstract type in FPP, I'm guessing it's not getting added to your dictionary for that reason, and therefore the GDS fails to parse the type when loading the dictionary. There might be ways to circumvent this... but I'm not aware of them.
Why not use the FPP
string
type? Or you could define your own string type for your project.