mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
force connection broadcast on setDeviceAddress
This commit is contained in:
parent
d9691a7fbd
commit
7d8e5a93a6
1 changed files with 2 additions and 0 deletions
|
|
@ -1609,6 +1609,8 @@ class MeshService : Service(), Logging {
|
|||
val res = radioInterfaceService.setDeviceAddress(deviceAddr)
|
||||
if (res) {
|
||||
discardNodeDB()
|
||||
} else {
|
||||
serviceBroadcasts.broadcastConnection()
|
||||
}
|
||||
res
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue