main/CMakeLists.txt

Mon, 16 Dec 2019 20:24:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Dec 2019 20:24:33 +0100
changeset 45
61a106fd9d9e
parent 21
043ae27633f8
child 74
34da2d2b12d5
permissions
-rw-r--r--

Changed os and os_version information to esp-idf.

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