main/CMakeLists.txt

Tue, 26 Sep 2023 15:10:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Sep 2023 15:10:25 +0200
changeset 74
34da2d2b12d5
parent 21
043ae27633f8
permissions
-rw-r--r--

Migrated to isp-idf v5.1

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