Skip to content

Commit

Permalink
Disable isCameraAssisted by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdk authored Feb 7, 2024
1 parent 97bde29 commit ab6cf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwbtestapp/uwbtestapp/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit ab6cf08

Please sign in to comment.