Skip to content

Commit

Permalink
Fix typo in BLE doku
Browse files Browse the repository at this point in the history
No distance value is `0xffff` not `0xfff`
  • Loading branch information
amandel authored Aug 17, 2022
1 parent b4db7c6 commit 80f4a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/software/firmware/bluetooth_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ of the obs. The value returned is the timer value at the time of the read.

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

Expand Down

0 comments on commit 80f4a13

Please sign in to comment.