From 6a28d24bd872dbf614784c963e0793282946c308 Mon Sep 17 00:00:00 2001 From: Toby Murray Date: Fri, 23 Feb 2024 23:45:14 -0500 Subject: [PATCH] Remove fixed FIXME in mesh.proto Looks like these FIXMEs got fixed --- meshtastic/mesh.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 51f38bca..48638260 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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;