adafruit / Wippersnapper_Protobuf

Protocol buffer messages for Adafruit.io WipperSnapper Beta
MIT License
0 stars 2 forks source link

Use (nanopb).type = FT_IGNORE on deprecated fields #44

Closed brentru closed 2 years ago

brentru commented 3 years ago

NanoPB includes deprecated fields into its max length calculation which uses RAM: https://github.com/nanopb/nanopb/issues/651

Proposed fix is to set fields with: [deprecated = true, (nanopb).type = FT_IGNORE];

brentru commented 2 years ago

We've completed this in the latest main branch, closing