CMakeLists.txt

Tue, 12 Nov 2019 16:55:36 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 Nov 2019 16:55:36 +0100
changeset 32
7717ac1d2f7f
parent 15
83314e7b1b4a
child 39
c3fcc599a119
permissions
-rw-r--r--

Added WiFi list configured APs. Added offset to the menu rotary for large menus.

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

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

mercurial