From 7c1e91bef7aeda61a61acf4629b3f51e2a3d1621 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 24 Oct 2021 15:47:25 -0700 Subject: [PATCH] Fix spelling mistakes --- content/_index.md | 2 +- content/socket/API.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 1ff6cb6..d4e60b3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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. diff --git a/content/socket/API.md b/content/socket/API.md index 165df8c..cf733df 100644 --- a/content/socket/API.md +++ b/content/socket/API.md @@ -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.