main/CMakeLists.txt

Thu, 24 Jun 2021 14:07:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 24 Jun 2021 14:07:49 +0200
changeset 64
e63b17b80244
parent 21
043ae27633f8
child 74
34da2d2b12d5
permissions
-rw-r--r--

Changed to esp-idf 4.2.1 stable API.

21
043ae27633f8 Moved the user interface into a separate task. Added a real seconds timer to this task.
Michiel Broek <mbroek@mbse.eu>
parents: 15
diff changeset
1 idf_component_register(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
15
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 INCLUDE_DIRS ".")
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3

mercurial