Skip to content

Commit

Permalink
Update new config version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 20, 2024
1 parent 40503b6 commit 24217fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BSB_LAN/BSB_LAN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void printKat(uint8_t cat, int print_val, boolean debug_output=true);
#include "BSB_LAN_config.h"
#include "BSB_LAN_defs.h"

#define REQUIRED_CONFIG_VERSION 38
#define REQUIRED_CONFIG_VERSION 39
#if CONFIG_VERSION < REQUIRED_CONFIG_VERSION
#error "Your BSB_LAN_config.h is not up to date! Please use the most recent BSB_LAN_config.h.default, rename it to BSB_LAN_config.h and make the necessary changes to this new one."
#endif
Expand Down
2 changes: 1 addition & 1 deletion BSB_LAN/BSB_LAN_config.h.default
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ byte debug_mode = 1; // Debug mode: 0 - disabled, 1 - send debug messages to se
byte verbose = 1; // If set to 1, all messages on the bus are printed to debug interface. Set to 2 only if you are asked by the developers as the extensive output will significantly slow down the microcontroller.
bool show_unknown = true; // true - show all parameters, false - hide unknown parameters from web display (parameters will still be queried and therefore take time!)

#define CONFIG_VERSION 38
#define CONFIG_VERSION 39

/************************************************************************************/
/************************************************************************************/
Expand Down

0 comments on commit 24217fa

Please sign in to comment.