From 3e19d9fe861440d260b67fff96e52ed165b00a95 Mon Sep 17 00:00:00 2001 From: clali Date: Fri, 5 Feb 2016 01:52:26 +0100 Subject: [PATCH] supports splash screen at start up --- changelog.txt | 5 +++++ todo.txt | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 changelog.txt create mode 100644 todo.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..1fd9699 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,5 @@ + +Claas, 2016-02-06: +- At startup a splash screen will be displayed. You may personalize it for your own purposes. + + diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..a011cfc --- /dev/null +++ b/todo.txt @@ -0,0 +1,5 @@ + +Claas, 2016-ß2-06: +- standy temp should never be higher than the lowest stored temperatur -> t_stby = min (150,temp1,temp2,temp3) + +