[清扫车][merge]: 合并清扫车司机端V1.0.0代码时,对比master分支代码,reset 无关的代码修改;

This commit is contained in:
aibingbing
2022-09-26 20:44:00 +08:00
parent 6a21e175b4
commit fa090ed8ba
3 changed files with 10 additions and 8 deletions

View File

@@ -486,11 +486,11 @@ public class ObjectUtils {
if (options.getColorValues() != null) {
target.colorValues(options.getColorValues());
}
// if (options.isBrightOn()) {
// target.isBright = true;
// target.brightColor = options.getBrightColor();
// target.brightSpeed = options.getBrightSpeed();
// }
if (options.isBrightOn()) {
target.isBright = true;
target.brightColor = options.getBrightColor();
target.brightSpeed = options.getBrightSpeed();
}
return target;
}