CMakeLists.txt

Fri, 30 Jul 2021 16:45:53 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 30 Jul 2021 16:45:53 +0200
changeset 116
bafc2d6a0790
parent 115
8a67450424b7
child 119
1cef3c25426b
permissions
-rw-r--r--

Fixed Hendi ON switch and now the switch moment is in a #define HENDI_SWITCH. Currently set at 6. Fixed the web page when going to boil, two buttons were missing. Changed the PWM log line, added information about the ON switch and current temperature.

74
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 # The following lines of boilerplate have to be in your project's CMakeLists
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 # in this exact order for cmake to work correctly
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 cmake_minimum_required(VERSION 3.5)
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
115
8a67450424b7 Version 0.3.18
Michiel Broek <mbroek@mbse.eu>
parents: 109
diff changeset
5 set(PROJECT_VER "0.3.18")
74
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 set(PROJECT_NAME "brewboard")
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 project(brewboard)

mercurial