CMakeLists.txt

Sun, 05 Apr 2020 19:17:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 05 Apr 2020 19:17:17 +0200
changeset 51
5035385299f6
parent 50
aae0056bc20b
child 52
90a36619b07b
permissions
-rw-r--r--

Added alarm timer watchdog. This resets the loop if not finished in 30 seconds.

# 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.2.3")
set(PROJECT_NAME "co2meter")

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

mercurial