mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Cleanup
This commit is contained in:
parent
b3f8c9299a
commit
0d40e5de5d
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue