Update to v2.1.1

This commit is contained in:
jomjol
2020-09-28 19:37:20 +02:00
parent cefe125304
commit d89438a15f
12 changed files with 30 additions and 313 deletions

View File

@@ -468,7 +468,7 @@ void task_autodoFlow(void *pvParameter)
LogFile.WriteToFile("task_autodoFlow - round done");
//CPU Temp
float cputmp = temperatureRead();
LogFile.WriteToFile("CPU Temperature: %.2f", cputmp);
// LogFile.WriteToFile("CPU Temperature: %.2f", cputmp);
printf("CPU Temperature: %.2f\n", cputmp);
fr_delta_ms = (esp_timer_get_time() - fr_start) / 1000;
const TickType_t xDelay = (auto_intervall - fr_delta_ms) / portTICK_PERIOD_MS;

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="5a98b3d";
const char* GIT_REV="cefe125";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-09-27 08:09";
const char* BUILD_TIME="2020-09-28 19:32";

View File

@@ -8,7 +8,7 @@ extern "C"
extern const char* BUILD_TIME;
}
const char* GIT_BASE_BRANCH = "master - v2.1.0 - 2020-09-25";
const char* GIT_BASE_BRANCH = "master - v2.1.1 - 2020-09-28";
const char* git_base_branch(void)