Skip to content

Commit

Permalink
Merge pull request #451 from tobymurray/patch-2
Browse files Browse the repository at this point in the history
Remove fixed FIXME in mesh.proto
  • Loading branch information
thebentern authored Feb 24, 2024
2 parents 24edea6 + 6a28d24 commit 863fd54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 863fd54

Please sign in to comment.