CMakeLists.txt

Mon, 17 May 2021 22:38:43 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 17 May 2021 22:38:43 +0200
changeset 92
bac0a860f5dd
parent 90
1397fb0b3a9d
child 93
24cb415af787
permissions
-rw-r--r--

No repeated logs when the SD card is removed. Supress wifi_init logs.

# 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.5)

set(PROJECT_VER "0.3.12")
set(PROJECT_NAME "brewboard")

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(brewboard)

mercurial