diff --git a/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp b/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp index 80707b48b..83243e309 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp +++ b/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.cpp @@ -10,7 +10,7 @@ static const char* TAG = "flow_analog"; -bool debugdetailgeneral = true; +bool debugdetailgeneral = false; ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNType _cnntype) : ClassFlowImage(NULL, TAG) { diff --git a/code/main/version.cpp b/code/main/version.cpp index 778df45a6..131f6c108 100644 --- a/code/main/version.cpp +++ b/code/main/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="6409397"; +const char* GIT_REV="57bdca3"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2022-08-22 18:09"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2022-08-22 18:14"; \ No newline at end of file diff --git a/code/version.cpp b/code/version.cpp index 778df45a6..131f6c108 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="6409397"; +const char* GIT_REV="57bdca3"; const char* GIT_TAG=""; -const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2022-08-22 18:09"; \ No newline at end of file +const char* GIT_BRANCH="master"; +const char* BUILD_TIME="2022-08-22 18:14"; \ No newline at end of file diff --git a/firmware/bootloader.bin b/firmware/bootloader.bin index e6d805b33..5a75fc068 100644 Binary files a/firmware/bootloader.bin and b/firmware/bootloader.bin differ diff --git a/firmware/firmware.bin b/firmware/firmware.bin index e9ec41f4d..ea4d470ec 100644 Binary files a/firmware/firmware.bin and b/firmware/firmware.bin differ