main/CMakeLists.txt

Tue, 03 Oct 2023 19:55:34 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 Oct 2023 19:55:34 +0200
changeset 79
332e85569339
parent 74
34da2d2b12d5
permissions
-rw-r--r--

A dirty hack to reconnect to a better AP

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