CMakeLists.txt

Mon, 05 Jul 2021 10:30:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 05 Jul 2021 10:30:05 +0200
changeset 106
191dccfe4252
parent 104
03c38ad63e8c
child 107
9e400c2fe22f
permissions
-rw-r--r--

Schema aangepast voor pullup weerstanden voor de SD kaart. Code verbeteringen in task_sdcard.

# 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.3.15")
set(PROJECT_NAME "brewboard")

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

mercurial