Merge branch '2.6.3' into update_serbian_translations

This commit is contained in:
Benjamin Faershtein 2025-05-13 13:56:35 -07:00 committed by GitHub
commit fa6386ffd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 523 additions and 104 deletions

View file

@ -152,8 +152,7 @@ struct StoreForwardConfig: View {
}
} else {
/// Legacy Administration
Logger.mesh.info("☠️ Using insecure legacy admin, empty store & forward module config")
_ = bleManager.requestStoreAndForwardModuleConfig(fromUser: connectedNode.user!, toUser: node.user!, adminIndex: connectedNode.myInfo?.adminIndex ?? 0)
Logger.mesh.info("☠️ Using insecure legacy admin that is no longer supported, please upgrade your firmware.")
}
}
}