Skip to content

Commit

Permalink
v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Aug 22, 2022
1 parent 57bdca3 commit aca6046
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
6 changes: 3 additions & 3 deletions code/main/version.cpp
Original file line number Diff line number Diff line change
@@ -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";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-08-22 18:14";
6 changes: 3 additions & 3 deletions code/version.cpp
Original file line number Diff line number Diff line change
@@ -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";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-08-22 18:14";
Binary file modified firmware/bootloader.bin
Binary file not shown.
Binary file modified firmware/firmware.bin
Binary file not shown.

0 comments on commit aca6046

Please sign in to comment.