desktop code refactoring

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 23:31:16 +02:00
parent b3bf03999b
commit 5b82cd8189
22 changed files with 163 additions and 158 deletions

View File

@@ -1,11 +1,15 @@
## Systen Control
### ESP32-S3
### ESP32-S3 (folder: main)
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.
### Desktop
### Desktop (folder: src)
It's included also a desktop application (with SDL3), so you can test the project without any MCU.
### Global Information
The projects can be generated from the root, because here is the starting CMakeLists.txt file.