From cba3bd95e948616ac1c417a2ed86f338cca26e33 Mon Sep 17 00:00:00 2001 From: ndsboy Date: Sun, 6 Jul 2025 14:56:56 +0200 Subject: [PATCH] Update open-led-race/olr-param.h change led length to 110. boxlen to 30. change param version. --- open-led-race/olr-param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open-led-race/olr-param.h b/open-led-race/olr-param.h index 3c02088..35006e3 100644 --- a/open-led-race/olr-param.h +++ b/open-led-race/olr-param.h @@ -14,8 +14,8 @@ extern "C"{ // Default values loaded on "D" command received (Serial Protocol) ////////////////////////////////////////////////////////////////// -#define MAXLED 300 -#define BOXLEN 60 +#define MAXLED 110 +#define BOXLEN 30 #define NUMLAP 5 #define BATTERY_MODE false #define AUTOSTART_MODE false @@ -41,7 +41,7 @@ enum cfgparam_option_bit { }; enum cfgpar { - CFGPARAM_VER = 7, // Change this value (+=1) every time the [cfgparam] struct is modified + CFGPARAM_VER = 9, // Change this value (+=1) every time the [cfgparam] struct is modified // This will force an update with the new [struct] to the settings // stored in EEPROM with an old (invalid) struct LEN_UID = 16,