render range result msg
This commit is contained in:
parent
f2f0186e33
commit
25a2bd7f2d
5 changed files with 40 additions and 12 deletions
|
@ -139,7 +139,8 @@ class LocationPCBRev0Dot2BoardConfig(BoardConfig, board=BoardType.C3NAV_LOCATION
|
|||
|
||||
@dataclass
|
||||
class RangeResultItem(StructType):
|
||||
address: str = field(metadata={"format": MacAddressFormat()})
|
||||
peer: str = field(metadata={"format": MacAddressFormat()})
|
||||
rssi: int = field(metadata={"format": SimpleFormat('b')})
|
||||
distance: int = field(metadata={"format": SimpleFormat('H')})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue