main/CMakeLists.txt

Tue, 03 Oct 2023 19:43:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 Oct 2023 19:43:22 +0200
changeset 78
e03d729aecb8
parent 74
34da2d2b12d5
permissions
-rw-r--r--

Changes in the main timing loop and corrected the loop time.

set(srcs config.c task_user.c task_mqtt.c task_ds18b20.c updates.c task_adc.c xutil.c co2meter.c u8g2_esp32_hal.c task_wifi.c)

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

mercurial