CMakeLists.txt

Mon, 25 Nov 2019 11:34:38 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 25 Nov 2019 11:34:38 +0100
changeset 41
d327e0aff62f
parent 39
c3fcc599a119
child 43
70c99c2084dc
permissions
-rw-r--r--

Updated doxygen comments. Removed some development debug logs. Increased user inactivity time to 4 minutes. More Dutch translations in the OTA update screens.

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

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

mercurial