diff --git a/README.md b/README.md index 38090e0e..42fc9e1c 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,12 @@ In other cases you can contact the developer via email: user_ctx)->base_path); printf("Directory: %s, start_fn: %d, found: %d\n", directory.c_str(), start_fn, found); directory = directory.substr(start_fn, found - start_fn + 1); - printf("Directory danach: %s\n", directory.c_str()); + printf("Directory danach 3: %s\n", directory.c_str()); directory = "/fileserver" + directory; - printf("Directory danach: %s\n", directory.c_str()); + printf("Directory danach 4: %s\n", directory.c_str()); } diff --git a/code/main/version.cpp b/code/main/version.cpp index d588f9b6..7387994e 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="9ae8d0a"; +const char* GIT_REV="eaaa856"; const char* GIT_TAG=""; -const char* GIT_BRANCH="master"; -const char* BUILD_TIME="2021-07-23 20:49"; \ No newline at end of file +const char* GIT_BRANCH="rolling"; +const char* BUILD_TIME="2021-07-25 13:14"; \ No newline at end of file diff --git a/code/version.cpp b/code/version.cpp index d588f9b6..7387994e 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="9ae8d0a"; +const char* GIT_REV="eaaa856"; const char* GIT_TAG=""; -const char* GIT_BRANCH="master"; -const char* BUILD_TIME="2021-07-23 20:49"; \ No newline at end of file +const char* GIT_BRANCH="rolling"; +const char* BUILD_TIME="2021-07-25 13:14"; \ No newline at end of file diff --git a/firmware/firmware.bin b/firmware/firmware.bin index 7019547b..b8b518c0 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ