diff --git a/README.md b/README.md index 2ed672a2..7967b47c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In other cases you can contact the developer via email: -const char* GIT_BASE_BRANCH = "master - v11.3.0 - 2022-09-16"; +const char* GIT_BASE_BRANCH = "master - v11.3.1 - 2022-09-17"; const char* git_base_branch(void) diff --git a/code/version.cpp b/code/version.cpp index 98ab82da..428f3297 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="36a02d1"; +const char* GIT_REV="a1f6754"; const char* GIT_TAG=""; const char* GIT_BRANCH="master"; -const char* BUILD_TIME="2022-09-17 10:08"; \ No newline at end of file +const char* BUILD_TIME="2022-09-17 21:12"; \ No newline at end of file diff --git a/firmware/readme.md b/firmware/readme.md deleted file mode 100644 index 24005619..00000000 --- a/firmware/readme.md +++ /dev/null @@ -1,6 +0,0 @@ -# Note - -The release `11.3.0` has some issues which could cause constant reboots! -Please do not use it until we release a new version! - -See https://github.com/jomjol/AI-on-the-edge-device/issues/1023 for details.