mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: send AdminMessage set_time_only on ConfigComplete
This commit is contained in:
parent
e9248c9440
commit
7411455e17
1 changed files with 3 additions and 0 deletions
|
|
@ -1533,6 +1533,9 @@ class MeshService : Service(), Logging {
|
|||
radioConfigRepository.installNodeDB(myNodeInfo!!, nodeDBbyID.values.toList())
|
||||
}
|
||||
|
||||
sendToRadio(newMeshPacketTo(myNodeNum).buildAdminPacket {
|
||||
setTimeOnly = currentSecond()
|
||||
})
|
||||
sendAnalytics()
|
||||
|
||||
if (deviceVersion < minDeviceVersion || appVersion < minAppVersion) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue