mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-16 16:36:59 +03:00
Update to v2.1.1
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user