diff --git a/FeatureRequest.md b/FeatureRequest.md index e187ab77..a0c478e1 100644 --- a/FeatureRequest.md +++ b/FeatureRequest.md @@ -16,8 +16,6 @@ ____ * Use the standardized Home Protocol for the Mqtt binding * https://homieiot.github.io/ - -======= #### #26 Changes behaviour for "N" replacement * in case the higher digits has already increased by minium 1 - don't set the "N" to the last value, but to "0" @@ -72,12 +70,9 @@ ____ -#### #17 Direct InfluxDB connection +#### ~~#17 Direct InfluxDB connection~~ -* https://github.com/jomjol/AI-on-the-edge-device/issues/534 -* Direct interface to a InfluxDB data base -* Integrate InfluxDB interface in firmware -* Adapt html web page for configuration +* ~~Done in v10.6.0~~ #### #16 Serial Communication diff --git a/README.md b/README.md index 5fdd5403..61343250 100644 --- a/README.md +++ b/README.md @@ -52,53 +52,27 @@ In other cases you can contact the developer via email: -const char* GIT_BASE_BRANCH = "master - v10.5.2 - 2022-02-22"; +const char* GIT_BASE_BRANCH = "master - v10.6.0 - 2022-07-17"; const char* git_base_branch(void) diff --git a/code/version.cpp b/code/version.cpp index 34b61171..a2b65258 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="0b039e8"; +const char* GIT_REV="17fd0f9"; const char* GIT_TAG=""; -const char* GIT_BRANCH="espressif-latest"; -const char* BUILD_TIME="2022-07-16 20:42"; \ No newline at end of file +const char* GIT_BRANCH="rolling"; +const char* BUILD_TIME="2022-07-17 08:55"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 3705e66f..8ff87b15 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index edb42ff0..2065b054 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ