Skip to content

Commit 8f5200e

Browse files
committed
update
1 parent 2753552 commit 8f5200e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

code/src/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="1b5f6b4";
1+
const char* GIT_REV="2753552";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2020-11-30 12:06";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2020-11-30 22:02";

code/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v4.0.0 - 2020-11-15";
16+
const char* GIT_BASE_BRANCH = "master - v4.1.0 - 2020-11-30";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="1b5f6b4";
1+
const char* GIT_REV="2753552";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2020-11-30 12:06";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2020-11-30 22:02";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

0 Bytes
Binary file not shown.

firmware/html.zip

47 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)