README.md aktualisiert

This commit is contained in:
DeltaLima 2024-09-14 16:43:48 +02:00
parent df69103dff
commit 14f752413f

View file

@ -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