Skip to content

Commit

Permalink
bumped fw revision and disabled periodic status print
Browse files Browse the repository at this point in the history
  • Loading branch information
W3AXL committed Dec 15, 2024
1 parent 069034c commit 063f645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw/v24/inc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern "C" {
//#define TRACE_VCP

// Enable periodic status print
#define PERIODIC_STATUS
//#define PERIODIC_STATUS
// Interval in ms for the periodic status print
#define PERIODIC_STATUS_INT 30000

Expand All @@ -55,7 +55,7 @@ extern "C" {
#define FUNC_TIMER_WARN 10U

#define FW_MAJ "2"
#define FW_MIN "2"
#define FW_MIN "3"
#define FW_REV "0"

#ifdef DVM_V24_V1
Expand Down

0 comments on commit 063f645

Please sign in to comment.