mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: adds UI for unknown node details (#1219)
This commit is contained in:
parent
e3c795d856
commit
858544b0f4
3 changed files with 33 additions and 22 deletions
|
|
@ -36,7 +36,8 @@ class NodeInfoPreviewParameterProvider: PreviewParameterProvider<NodeInfo> {
|
|||
longName = "Micky Mouse",
|
||||
shortName = "MM",
|
||||
id = "mickeyMouseId",
|
||||
hwModel = MeshProtos.HardwareModel.TBEAM
|
||||
hwModel = MeshProtos.HardwareModel.TBEAM,
|
||||
role = 0,
|
||||
),
|
||||
hopsAway = 0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue