meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
71 stars 106 forks source link

Add message protobuf #497

Open ndnestor opened 1 month ago

ndnestor commented 1 month ago

What does this PR do?

Creates needed protobuf changes for firmware PR #3784. It adds a message protobuf which represents a message stored in storage or memory and removes the DeviceState protobuf's rx_text_message as it becomes obsolete.

Checklist before merging