macaddr property
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
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
$core.List<$core.int> get macaddr => $_getN(3);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(4)
set macaddr($core.List<$core.int> value) => $_setBytes(3, value);