From 1ab8611a31318c1052e0f9441019e0f63d9c4138 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 18 Oct 2024 05:45:19 -0500 Subject: [PATCH] Add uint64 device id --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 172f286..a48adbc 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1457,6 +1457,11 @@ message MyNodeInfo { * Phone/PC apps should compare this to their build number and if too low tell the user they must update their app */ uint32 min_app_version = 11; + + /* + * Unique hardware identifier for this device + */ + uint64 device_id = 12; } /*