CMakeLists.txt

Wed, 19 May 2021 14:35:48 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 May 2021 14:35:48 +0200
changeset 94
87aa80b8e452
parent 93
24cb415af787
child 96
6a3fec0c3f88
permissions
-rw-r--r--

Changed HTTP tasks startup code to prevent a race condition during startup. Upgraded the WiFi code to support the new esp_netif api. Removed the AP mode, WiFi is now STA (station) only.

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

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

mercurial