mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #451 from tobymurray/patch-2
Remove fixed FIXME in mesh.proto
This commit is contained in:
commit
863fd548c9
1 changed files with 0 additions and 3 deletions
|
|
@ -896,7 +896,6 @@ message MeshPacket {
|
|||
* The sending node number.
|
||||
* Note: Our crypto implementation uses this field as well.
|
||||
* See [crypto](/docs/overview/encryption) for details.
|
||||
* FIXME - really should be fixed32 instead, this encoding only hurts the ble link though.
|
||||
*/
|
||||
fixed32 from = 1;
|
||||
|
||||
|
|
@ -947,8 +946,6 @@ message MeshPacket {
|
|||
* any ACK or the completion of a mesh broadcast flood).
|
||||
* Note: Our crypto implementation uses this id as well.
|
||||
* See [crypto](/docs/overview/encryption) for details.
|
||||
* FIXME - really should be fixed32 instead, this encoding only
|
||||
* hurts the ble link though.
|
||||
*/
|
||||
fixed32 id = 6;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue