From df6428550f472a6bbd845fa55f61725da13db216 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 20 Jul 2025 19:23:53 +0200 Subject: [PATCH] feat: Release version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28bc6c5..73638f9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![issues - homescreen](https://img.shields.io/github/issues/myxelium/homescreen)](https://github.com/myxelium/homescreen/issues) [![Build and Deploy](https://github.com/Myxelium/HomeScreen/actions/workflows/build.yml/badge.svg)](https://github.com/Myxelium/HomeScreen/actions/workflows/build.yml) # This -Core api and Esp32 (Micro Controller) code for displaying weather data and public transport information on a e-ink display. +Core api and [Esp32 (Microcontroller)](https://en.wikipedia.org/wiki/ESP32) code for displaying weather data and public transport information on a e-ink display. image @@ -18,8 +18,8 @@ All commits has to follow this [Conventional Commits style](https://www.conventi - Display time and date ## Requirements 🫥 -- ESP32 board -- E-ink display (e.g. Waveshare 7.5 inch) +- [ESP32 board](https://www.waveshare.com/wiki/E-Paper_ESP32_Driver_Board) +- [E-ink display (e.g. Waveshare 7.5 inch)](https://www.waveshare.com/7.5inch-e-paper-hat.htm) # Installation