CMakeLists.txt

Tue, 22 Jun 2021 23:06:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Jun 2021 23:06:41 +0200
changeset 104
03c38ad63e8c
parent 96
6a3fec0c3f88
child 107
9e400c2fe22f
permissions
-rw-r--r--

Version 0.3.15. Back to real sensors. During cooling the target temperature is changed in 0.5 degrees steps instead of whole degrees.

# 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.15")
set(PROJECT_NAME "brewboard")

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

mercurial