Working: - Detection if Master or Slave over Pin - Master Broadcasts message to Slaves - Slave connect to Master and get Pinged
7 lines
133 B
CMake
7 lines
133 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
# ESP-IDF-Projekt einbinden
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(espAlox)
|
|
|