Nanopb: How to define a nanopb message that nests itself?
I’m having trouble defining a nanopb message that has a nested type whose type is the message itself.
Nested fixed size message arrays (repeated fields) not working in protobuf with nano
I’m using nanopb and have so far been more than pleased with it, but have run into an issue: It seems to fail when encoding/decoding nested repeated messages.