Update open-led-race/olr-param.h
change led length to 110. boxlen to 30. change param version.
This commit is contained in:
parent
24e4105b25
commit
cba3bd95e9
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue