From 181fb35b29458fc56bc696040331f0a56d00414d Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 23 Mar 2021 18:19:56 -0500 Subject: [PATCH] add siglo as a companion app --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e35d8f..cf58d395 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,10 @@ As of now, here is the list of achievements of this project: * Paddle (single player pong-like game) * Two (2048 clone game) * Stopwatch (with all the necessary functions such as play, pause, lap, stop) - - Supported by 2 companion apps (development is in progress): + - Supported by 3 companion apps (development is in progress): * [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android) * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux) + * [Siglo](https://github.com/alexr4535/siglo) (on Linux) * **[Experimental]** [WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY) - **[Experimental]** OTA (Over-the-air) update via BLE - **[Experimental]** Bootloader based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)