[test version]

This commit is contained in:
YiChin
2020-05-22 12:55:34 +08:00
parent a01c9b9dc0
commit 39f39773b8
2 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@
#define VERSION_DATE_MONTH 5
#define VERSION_DATE_DAY 22
#define VERSION_DATE_HOUR 12
#define VERSION_DATE_MINUTE 30
#define VERSION_DATE_MINUTE 55
// this is NOT the version hash !!
// it's the last version hash
@@ -361,10 +361,10 @@ static uint16_t OldStep2NewStepTime(uint8_t StepTime) {
return 100;
}
case 1: { //1 sec
return STEPTIME_ONE_SEC;
return 200;
}
case 2: { //2 sec
return STEPTIME_TWO_SEC;
return 1000;
}
default: { //1 sec
return STEPTIME_ONE_SEC;