diff --git a/README.md b/README.md index d10da9e7..49d9256f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571 - ## Donate ------ @@ -65,7 +64,7 @@ If you would like to support the developer with a cup of coffee you can do that ##### 5.0.0 Setup Modus - (2020-12-06) -* Implementation of intial setup modus for fresh installation +* Implementation of initial setup modus for fresh installation * Code restructuring (full compatibility between pure ESP-IDF and Platformio w/ espressif) @@ -199,4 +198,4 @@ If you would like to support the developer with a cup of coffee you can do that ## Solved topics -* n.a. \ No newline at end of file +* n.a. diff --git a/code/main/version.cpp b/code/main/version.cpp index b1155d92..74c6b3c2 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="0e36010"; +const char* GIT_REV="aa44263"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-01-02 08:39"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2021-01-02 08:56"; \ No newline at end of file diff --git a/code/version.cpp b/code/version.cpp index b1155d92..74c6b3c2 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="0e36010"; +const char* GIT_REV="aa44263"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2021-01-02 08:39"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2021-01-02 08:56"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index df78ead7..ef729b85 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 2dc60cb9..20244ca6 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ diff --git a/firmware/html.zip b/firmware/html.zip index 70151534..a0fd00c7 100644 Binary files a/firmware/html.zip and b/firmware/html.zip differ