🎉 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

6
CMakeLists.txt Normal file
View file

@ -0,0 +1,6 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(nightlight)