From f52f4d40c0601c0a54e0f4d88de9286b7688cb58 Mon Sep 17 00:00:00 2001 From: leblane Date: Mon, 29 May 2023 12:50:39 +0200 Subject: [PATCH 1/2] Add README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9827cd3 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +# Watchy Watch Face, cleaned up codebase + +## Features +- Cleaned up display library +- Cleaned up RTC library, stores time in UTC, pass an offset when reading time +- Non font-based 7 segment display +- Removed wifimanager, hardcoded SSID / password in config.h +- NTP sync on initial boot +- No menu, manual syncing, or any user interaction yet \ No newline at end of file From 17a9241af4ff7bb433cabd45065371ea6d42c0f9 Mon Sep 17 00:00:00 2001 From: leblane Date: Mon, 29 May 2023 12:51:19 +0200 Subject: [PATCH 2/2] Rename README for markdown --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md