build scripts and files

This commit is contained in:
bard
2025-12-05 18:37:36 -06:00
parent 8f99672cb3
commit f40d2e6384
9 changed files with 2199 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# TODO: check version
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/scripts/project.cmake)
# For the esp-idf configuration
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(this)
project(wombus_led)