🎉 First WIP-prototype of ESP32 based nightlight

This commit is contained in:
Finn Christiansen 2025-06-09 21:42:35 +02:00
parent 43bbdcc34f
commit 9972cb5bea
6 changed files with 188 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
idf_component_register(SRCS "nightlight.c"
INCLUDE_DIRS ".")