mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
populate the view with some test data
This commit is contained in:
parent
63b9da4c12
commit
37dab527ec
2 changed files with 29 additions and 8 deletions
|
|
@ -283,7 +283,8 @@ class MeshService : Service(), Logging {
|
|||
if (userId != null)
|
||||
nodeDBbyID[userId] = info
|
||||
|
||||
// FIXME broadcastNodeChange(info)
|
||||
// parcelable is busted
|
||||
// broadcastNodeChange(info)
|
||||
}
|
||||
|
||||
/// Generate a new mesh packet builder with our node as the sender, and the specified node num
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue