Skip to content

Commit 80f4a13

Browse files
authored
Fix typo in BLE doku
No distance value is `0xffff` not `0xfff`
1 parent b4db7c6 commit 80f4a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/software/firmware/bluetooth_services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ of the obs. The value returned is the timer value at the time of the read.
4444

4545
*Sensor Distance* delivers the time of the left measurement with the current values of
4646
the left and right sensor. Content is time uint32, left uint16, right uint16. Left
47-
and right values are in cm, a value of 0xfff means no measurement. The message is
47+
and right values are in cm, a value of `0xffff` means no measurement. The message is
4848
sent immediately after the measure, so you can assume that the reported time
4949
is current at the ESP.
5050

0 commit comments

Comments
 (0)