Port to ESP32

This commit is contained in:
2026-01-05 21:01:26 +01:00
parent 5f69141a86
commit 05be118dd1
21 changed files with 4025 additions and 29 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
# ESP32 LED Controller Firmware
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(led_controller)