mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Deprecate user.macaddr
This commit is contained in:
parent
8d17bb2452
commit
c7f6576708
1 changed files with 2 additions and 1 deletions
|
|
@ -448,10 +448,11 @@ message User {
|
|||
string short_name = 3;
|
||||
|
||||
/*
|
||||
* Deprecated in Meshtastic 2.1.x
|
||||
* This is the addr of the radio.
|
||||
* Not populated by the phone, but added by the esp32 when broadcasting
|
||||
*/
|
||||
bytes macaddr = 4;
|
||||
bytes macaddr = 4 [deprecated = true];
|
||||
|
||||
/*
|
||||
* TBEAM, HELTEC, etc...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue