Remove fixed FIXME in mesh.proto

Looks like these FIXMEs got fixed
This commit is contained in:
Toby Murray 2024-02-23 23:45:14 -05:00 committed by GitHub
parent 24edea6442
commit 6a28d24bd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;