This commit is contained in:
Benjamin Faershtein 2024-08-09 23:05:23 -07:00
parent b3f8c9299a
commit 0d40e5de5d

View file

@ -35,11 +35,6 @@ struct MeshtasticAppleApp: App {
)
self._appState = ObservedObject(wrappedValue: appState)
// self.bleManager = BLEManager(
// appState: appState,
// context: persistenceController.container.viewContext
// )
// Initialize the BLEManager singleton with the necessary dependencies
BLEManager.setup(appState: appState, context: persistenceController.container.viewContext)
self.persistenceController = persistenceController