Replies: 5 comments
-
Thanks, could be a nice addition |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The reason why a/b has been left out is it's mainly used for reconstructing or clearing the string, kind of background stuff. Similarly, things like the radiotext character address are omitted from output. But do you think you'd like to see the a/b flag as a string ("a", "b"), integer (0, 1), or bool (false, true)? |
Beta Was this translation helpful? Give feedback.
-
Here's a simple line to show it as string, it should be added between lines 532 and 533 in src/groups.cc: json_["radiotext_ab"] = getBits<1>(group.get(BLOCK2), 4) == 0 ? "a" : "b"; |
Beta Was this translation helpful? Give feedback.
-
Another idea: We could make the |
Beta Was this translation helpful? Give feedback.
-
I realized that there is no json output for the Radiotext A/B flag.
From EN 50067
Beta Was this translation helpful? Give feedback.
All reactions