mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: rename admin factory reset method
references: - https://github.com/meshtastic/protobufs/pull/539 - https://github.com/meshtastic/firmware/pull/4427
This commit is contained in:
parent
d1cba7b7b2
commit
6d4b0b60f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1968,7 +1968,7 @@ class MeshService : Service(), Logging {
|
|||
|
||||
override fun requestFactoryReset(requestId: Int, destNum: Int) = toRemoteExceptions {
|
||||
sendToRadio(newMeshPacketTo(destNum).buildAdminPacket(id = requestId) {
|
||||
factoryReset = 1
|
||||
factoryResetDevice = 1
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue