Skip to content

Commit eed1e95

Browse files
authored
Update protocol.md
1 parent acea940 commit eed1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/protocol.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here and below, \f$ V \f$ is the **measured** value obtained from the device, \f
6363
| Quaternion component | | \f$ D = \frac{V}{32768} \f$ | float |
6464
| Altimetry | \f$ m \f$ | \f$ D = \frac{V}{100} \f$ | float |
6565
| GPS coordinate, rough/degrees part | \f$ deg \f$ | \f$ D = \frac{V}{10^7} \f$ | double-precision float |
66-
| GPS coordinate, fine/minute part | \f$ min \f$ | \f$ D = \frac{V \mod 10^7}{6 \cdot 10^6} \f$ | double-precision float |
66+
| GPS coordinate, fine/minute part | \f$ min \f$ | \f$ D = \frac{V \mod 10^7}{10^5} \f$ | double-precision float |
6767
| GPS altimetry | \f$ m \f$ | \f$ D = \frac{V}{10} \f$ | float |
6868
| GPS angular velocity | \f$ rad/s \f$ | \f$ D = \frac{V}{10} \f$ | float |
6969
| GPS ground speed | \f$ m/s \f$ | \f$ D = \frac{V}{10^3} \f$ | double-precision float |

0 commit comments

Comments
 (0)