From 79b2cf728c08007284542b32d9d075d01e8153d8 Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 22 Apr 2020 17:56:10 -0700 Subject: [PATCH] Remove owner from the FromRadio packet --- mesh.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index ecc841e..5057572 100644 --- a/mesh.proto +++ b/mesh.proto @@ -473,7 +473,9 @@ message FromRadio { NodeInfo node_info = 4; /// REV2: In rev1 this was the Owner BLE characteristic - User owner = 5; + // Note: there is no separate payload for reading the owner, it comes + // implicitly as part of the NodeInfo for whichever node corresponds to our + // device. User owner = 5; /// REV2: In rev1 this was the radio BLE characteristic RadioConfig radio = 6;