Skip to content

Commit

Permalink
Merge pull request #386 from ZuluSCSI/fix/v1.0mini-default-disable-debug
Browse files Browse the repository at this point in the history
Fix v1.0 mini logging debug with default settings
  • Loading branch information
aperezbios authored Feb 22, 2024
2 parents ad46523 + 12068a6 commit d26c474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZuluSCSI_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <ZuluSCSI_platform.h>

// Use variables for version number
#define FW_VER_NUM "24.02.15"
#define FW_VER_NUM "24.02.22"
#define FW_VER_SUFFIX "dev"
#define ZULU_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX

Expand Down
2 changes: 1 addition & 1 deletion src/ZuluSCSI_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

const char *g_log_firmwareversion = ZULU_FW_VERSION " " __DATE__ " " __TIME__;

bool g_log_debug = true;
bool g_log_debug = false;

// This memory buffer can be read by debugger and is also saved to zululog.txt
#define LOGBUFMASK (LOGBUFSIZE - 1)
Expand Down

0 comments on commit d26c474

Please sign in to comment.