diff --git a/uwbtestapp/uwbtestapp/ContentView.swift b/uwbtestapp/uwbtestapp/ContentView.swift index 1b3bd9e..cac60b1 100644 --- a/uwbtestapp/uwbtestapp/ContentView.swift +++ b/uwbtestapp/uwbtestapp/ContentView.swift @@ -34,7 +34,7 @@ class EstimoteUWBManagerExample: NSObject, ObservableObject { private func setupUWB() { uwbManager = EstimoteUWBManager(delegate: self, options: EstimoteUWBOptions(shouldHandleConnectivity: true, - isCameraAssisted: true)) + isCameraAssisted: false)) uwbManager?.startScanning() } }