Files
ESP32_ZACUS/puzzles/p7_coffre/CMakeLists.txt
T
L'électron rare 6129375916 feat: V3 puzzles + NPC + master
ESP-NOW framework (slave/master), 4 puzzle
firmwares (P1 son, P5 morse, P6 NFC, P7 coffre),
NPC V3 adaptive, game coordinator, TTS V3
fallback chain, BLE audio control.
2026-04-03 07:36:51 +02:00

14 lines
371 B
CMake
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
cmake_minimum_required(VERSION 3.16)
# ESP-IDF project for P7 Coffre Final
# Target: ESP32-DevKitC-32E + 4×3 keypad + SG90 servo + SSD1306 OLED
# Build: idf.py build | Flash: idf.py -p /dev/ttyUSB0 flash monitor
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(p7_coffre)
set(EXTRA_COMPONENT_DIRS
${CMAKE_CURRENT_SOURCE_DIR}/../../lib/espnow_common
)