From 14f752413fd129da68253f368f90aab58ddcea71 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sat, 14 Sep 2024 16:43:48 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1dbaeb..043d96a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ I took some "summer break" from the project, and had the opportunity to talk to My conclusion at this point is, that the focus of this project is not the Hardware, it came out that it should be the software. So I decided to completely rewrite the code from 0 - with recycling some parts of it. Goal of the Rewrite is that the Firmware becomes more independent of the hardware used. It has to support both ESP8266 and ESP32 -and let the user decide at which pin which output, sensor or whatever will be connected to. Like done in the (Tasmota)[https://github.com/arendst/Tasmota] Firmware, I also want to support "Hardware Templates" which come with presets for PCBs like the one I created. +and let the user decide at which pin which output, sensor or whatever will be connected to. Like done in the [Tasmota](https://github.com/arendst/Tasmota) Firmware, I also want to support "Hardware Templates" which come with presets for PCBs like the one I created. **Checklist for v0.2 Firmware** - Support ESP8266 and ESP32