main/CMakeLists.txt

Mon, 24 Jun 2024 17:05:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 24 Jun 2024 17:05:20 +0200
branch
idf 5.1
changeset 129
31f9d3e4a85f
parent 74
cba50f7529d0
permissions
-rw-r--r--

Start migration to IDF 5.1

set (srcs automation.c brewboard.c buttons.c calibration.c config.c files.c manual.c recipes.c setup.c
	  task_driver.c task_ds18b20.c task_http.c task_sdcard.c task_sound.c task_tft.c task_wifi.c updates.c)

idf_component_register(SRCS "${srcs}" INCLUDE_DIRS ".")

mercurial