From 24217facceb66b3d208973afff5a697aa5a93c42 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Wed, 20 Nov 2024 21:06:52 +0800 Subject: [PATCH] Update new config version number --- BSB_LAN/BSB_LAN.ino | 2 +- BSB_LAN/BSB_LAN_config.h.default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BSB_LAN/BSB_LAN.ino b/BSB_LAN/BSB_LAN.ino index 11e21637..c2c10cef 100644 --- a/BSB_LAN/BSB_LAN.ino +++ b/BSB_LAN/BSB_LAN.ino @@ -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 diff --git a/BSB_LAN/BSB_LAN_config.h.default b/BSB_LAN/BSB_LAN_config.h.default index 6b899375..737fffba 100644 --- a/BSB_LAN/BSB_LAN_config.h.default +++ b/BSB_LAN/BSB_LAN_config.h.default @@ -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 /************************************************************************************/ /************************************************************************************/