Fix spelling mistakes

This commit is contained in:
Elara 2021-10-24 15:47:25 -07:00
parent f087eb8909
commit 7c1e91bef7
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ MapToStruct: Field not found: MTU
This is mentioned in [an issue](https://gitea.arsenm.dev/Arsen6331/infinitime/issues/3). This is mentioned in [an issue](https://gitea.arsenm.dev/Arsen6331/infinitime/issues/3).
{{% /notice %}} {{% /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. 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.

View File

@ -246,9 +246,9 @@ The motion request's type is 9. It requires no data. It returns data in the foll
| Field | Type | | Field | Type |
|-------|--------| |-------|--------|
| X | 1nt16 | | X | int16 |
| Y | 1nt16 | | Y | int16 |
| Z | 1nt16 | | Z | int16 |
The values will only update if the watch is not sleeping. The values will only update if the watch is not sleeping.