Comment update

This commit is contained in:
Garth Vander Houwen 2022-10-03 21:19:38 -07:00
parent 0814f73069
commit eedcf1bb0f

View file

@ -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()
}
}