diff --git a/README.md b/README.md index 83e7b5ca5..42001fd2f 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ In other cases you can contact the developer via email: -const char* GIT_BASE_BRANCH = "master - v9.1.0 - 2021-11-14"; +const char* GIT_BASE_BRANCH = "master - v9.1.1 - 2021-11-16"; const char* git_base_branch(void) diff --git a/code/version.cpp b/code/version.cpp index 00b67a796..f5316633b 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="b87ce8c"; +const char* GIT_REV="fde0ae4"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-11-14 08:53"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2021-11-16 07:05"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index 6dd05c80d..16fbe3281 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 89a004672..945922b67 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ