main/CMakeLists.txt

Sat, 06 Jun 2020 22:51:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 06 Jun 2020 22:51:44 +0200
changeset 80
9d2c0a85ee6e
parent 74
cba50f7529d0
permissions
-rw-r--r--

Added directory sorting for the logfiles. Sort in reverse order on the timestamp so the last files will be on top.

74
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 idf_component_register(SRCS automation.c brewboard.c buttons.c calibration.c config.c files.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 manual.c recipes.c setup.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 task_driver.c task_ds18b20.c task_http.c task_sdcard.c task_sound.c task_tft.c task_wifi.c updates.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 INCLUDE_DIRS ".")
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5

mercurial