diff --git a/Meshtastic/Views/Settings/Config/DeviceConfig.swift b/Meshtastic/Views/Settings/Config/DeviceConfig.swift index 3f568195..1735f800 100644 --- a/Meshtastic/Views/Settings/Config/DeviceConfig.swift +++ b/Meshtastic/Views/Settings/Config/DeviceConfig.swift @@ -103,7 +103,7 @@ struct DeviceConfig: View { print("Factory Reset Failed") } else { - // Disconnect from device as we are going to wipe the app database now + // Disconnect from device bleManager.disconnectPeripheral() } }