From b6fb4eb65c54d0c2c60d94cd9f3f4164da9e1602 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Thu, 10 Apr 2025 22:57:57 +0200 Subject: [PATCH] update README Signed-off-by: Peter Siegmund --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..f76af9e 100755 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +## Systen Control + +### ESP32-S3 + +This is an implementation of my custom system control project (custom pcb with Lolin ESP32-S3 Mini) and LED strip. + +The build process is straight forward with ESP-IDF. We used version 5.4 while development and the github actions tried to compile for multiple ESP-IDF versions, so we are safe.