From eedcf1bb0f6457f20b83d642434ceb5aab3af2e6 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 3 Oct 2022 21:19:38 -0700 Subject: [PATCH] Comment update --- Meshtastic/Views/Settings/Config/DeviceConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }