Remove legacy admin

This commit is contained in:
Garth Vander Houwen 2025-05-13 06:19:27 -07:00
parent a83e8586b7
commit 69e7a8ce4c
20 changed files with 24 additions and 39 deletions

View file

@ -206,8 +206,7 @@ struct DetectionSensorConfig: View {
}
} else {
/// Legacy Administration
Logger.mesh.info("☠️ Using insecure legacy admin, empty detection sensor module config")
_ = bleManager.requestDetectionSensorModuleConfig(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.")
}
}
}