Skip to content

Commit 4eb27c0

Browse files
Merged PR 20953: fix vendor deleted video link
2 parents 6c2702b + dbe5cb6 commit 4eb27c0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

windows.devices.sensors/magnetometeraccuracy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ public enum Windows.Devices.Sensors.MagnetometerAccuracy : int
1010
# MagnetometerAccuracy
1111

1212
## -description
13-
The sensor's accuracy.
1413

15-
This short video gives an overview of how to calibrate the magnetometer's accuracy.
14+
The sensor's accuracy.
1615

17-
<video />
16+
See [One Dev Minute - Sensor calibration](https://learn.microsoft.com/shows/one-dev-minute/sensor-calibration) for a short video overview on how to calibrate the magnetometer.
1817

1918
## -enum-fields
19+
2020
### -field Unknown:0
21+
2122
The accuracy is currently not available, typically because the driver can't report it.
2223

2324
You should determine, based on your app's needs, whether your app will want to ask users to calibrate the device whenever this value is returned.

0 commit comments

Comments
 (0)