CITS Sniffer v2: ESP-IDF 5.5 Projektstruktur mit CMakeLists, sdkconfig, partitions_8M

This commit is contained in:
Clawdia
2026-05-18 14:19:34 +02:00
parent 657b2bc1ea
commit 9c1732c364
9 changed files with 5352 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# The following 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.22)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(cits-sniffer)