Initial commit

This commit is contained in:
2025-12-26 10:21:59 +03:00
commit 267e6c05f0
13 changed files with 146 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(firmware_template)