mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Remove owner from the FromRadio packet
This commit is contained in:
parent
083ba79310
commit
79b2cf728c
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue