diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31db209 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.hugo_build.lock diff --git a/content/_index.md b/content/_index.md index d4e60b3..292f800 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,16 +5,6 @@ date = 2021-10-23T00:11:38-07:00 # ITD -{{% notice warning %}} -There is currently a bug in the bluetooth library used for ITD that will cause the following error when using BlueZ 5.62+: - -``` -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 [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/getting-started/purpose.md b/content/getting-started/purpose.md index 1ac6259..676575c 100644 --- a/content/getting-started/purpose.md +++ b/content/getting-started/purpose.md @@ -6,4 +6,4 @@ weight = 1 ITD was created because I could not find a good InfiniTime companion for Linux. There is [Siglo](https://github.com/alexr4535/siglo) which cannot do much beyond syncing time and updating the watch and is not very reliable. There is [Amazfish](https://github.com/piggz/harbour-amazfish) which works, but at least for me, is a bit clunky and unreliable. -I wanted something that was easy enough to use that I could just run it and forget about it, and had any feature I may want to use. Also, I needed it to work on Linux because I only own Linux devices, including my phone, which is a PinePhone. This leads to the next requirement. I needed it to be easily cross-compiled so that I could use it on all my computers as well as aarch64 devices such as my PinePhone and Raspberry Pi 4s. All of these reasons contributed to me deciding to make ITD and they are what I try to emphasize. \ No newline at end of file +I wanted something that was easy enough to use that I could just run and forget about, and had any feature I may want to use. Also, I needed it to work on Linux because I only own Linux devices, including my phone, which is a PinePhone. This leads to the next requirement. I needed it to be easily cross-compiled so that I could use it on all my computers as well as aarch64 devices such as my PinePhone and SBCs. All of these reasons contributed to me deciding to make ITD and they are what I try to emphasize in my development. \ No newline at end of file