CMakeLists.txt

Mon, 06 Apr 2020 20:01:51 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Apr 2020 20:01:51 +0200
changeset 53
20c14b06f255
parent 52
90a36619b07b
child 54
3b1834482899
permissions
-rw-r--r--

Turn off the watchdog timer during OTA update.

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

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

mercurial