Add temperature profile executer and add shell command

This commit is contained in:
2021-03-19 20:19:37 +01:00
parent 1b4eba1871
commit 1ecd5edd93
7 changed files with 359 additions and 9 deletions

View File

@@ -51,6 +51,8 @@ CFILES += safety/safety-adc.c safety/safety-controller.c safety/watchdog.c safet
CFILES += hw-version-detect.c
CFILES += config-parser/config-parser.c config-parser/temp-profile-parser.c
CFILES += updater/updater.c
CFILES += temp-profile-executer.c
INCLUDEPATH += -Iconfig-parser/include
CFILES += base64-lib/src/base64-lib.c