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,