Hello!
I fill in a dis struct with the fields manufact_name_str, fw_rev_str and sw_rev_str. Everything is dandy and works perfect.
Then I also fill in the field serial_num_str and suddenly there is seems to be a length limit on sw_rev_str.
What I actually try to fill in sw_rev_str is a git describe field, some like sw-1.0.0rc2-19-g0b187ac-dirty
.
Is that so and, if so, what is the length limit? I have solved the problem by removing the -dirty
part above, so this is more out of curiosity.
Thanks and best regards
/spe