mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
make broadcast recipients explicit
This commit is contained in:
parent
a306c4466d
commit
ff281b6c39
4 changed files with 46 additions and 7 deletions
|
|
@ -157,7 +157,7 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
override fun onServiceConnected(name: ComponentName, service: IBinder) {
|
||||
val m = IMeshService.Stub.asInterface(service)
|
||||
meshService = m
|
||||
|
||||
|
||||
// Do some test operations
|
||||
m.setOwner("+16508675309", "Kevin Xter", "kx")
|
||||
val testPayload = "hello world".toByteArray()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue