Update open-led-race/olr-param.h

change led length to 110.
boxlen to 30.
change param version.
This commit is contained in:
ndsboy 2025-07-06 14:56:56 +02:00
parent 24e4105b25
commit cba3bd95e9

View file

@ -14,8 +14,8 @@ extern "C"{
// Default values loaded on "D" command received (Serial Protocol) // Default values loaded on "D" command received (Serial Protocol)
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
#define MAXLED 300 #define MAXLED 110
#define BOXLEN 60 #define BOXLEN 30
#define NUMLAP 5 #define NUMLAP 5
#define BATTERY_MODE false #define BATTERY_MODE false
#define AUTOSTART_MODE false #define AUTOSTART_MODE false
@ -41,7 +41,7 @@ enum cfgparam_option_bit {
}; };
enum cfgpar { 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 // This will force an update with the new [struct] to the settings
// stored in EEPROM with an old (invalid) struct // stored in EEPROM with an old (invalid) struct
LEN_UID = 16, LEN_UID = 16,