CMakeLists.txt

Sun, 19 Apr 2020 23:28:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 19 Apr 2020 23:28:26 +0200
changeset 75
224851e81117
parent 74
cba50f7529d0
child 76
3ff381bfa469
permissions
-rw-r--r--

Version 0.3.9. Added no-boil handling. Fixed cooling temp during cooling to allow 45 degrees setpoint.

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

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

mercurial