Fix spelling mistakes
This commit is contained in:
parent
f087eb8909
commit
7c1e91bef7
@ -15,7 +15,7 @@ MapToStruct: Field not found: MTU
|
||||
This is mentioned in [an issue](https://gitea.arsenm.dev/Arsen6331/infinitime/issues/3).
|
||||
{{% /notice %}}
|
||||
|
||||
ITD is a daemon written in Go that communicates with the [InfinitTime](https://github.com/InfiniTimeOrg/InfiniTime) firmware running on the [PineTime](https://www.pine64.org/pinetime/) smartwatch.
|
||||
ITD is a daemon written in Go that communicates with the [InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime) firmware running on the [PineTime](https://www.pine64.org/pinetime/) smartwatch.
|
||||
|
||||
ITD is meant to be fast and easy to use. As such, it is is only a single binary that works on all Linux systems since it is statically compiled and thus does not rely on any dynamic libraries.
|
||||
|
||||
|
@ -246,9 +246,9 @@ The motion request's type is 9. It requires no data. It returns data in the foll
|
||||
|
||||
| Field | Type |
|
||||
|-------|--------|
|
||||
| X | 1nt16 |
|
||||
| Y | 1nt16 |
|
||||
| Z | 1nt16 |
|
||||
| X | int16 |
|
||||
| Y | int16 |
|
||||
| Z | int16 |
|
||||
|
||||
The values will only update if the watch is not sleeping.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user