CMakeLists.txt

Mon, 15 Jun 2020 13:38:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 15 Jun 2020 13:38:46 +0200
changeset 60
07a1a07fdc8c
parent 56
8c88a3d8ecf2
child 64
e63b17b80244
permissions
-rw-r--r--

write_units now overwrites instead of truncate/write the records. Add ssid to the node mqtt message. Lower rotary log messages. Removed most menu log messages.

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

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

mercurial