[清扫车][merge]: 合并清扫车司机端V1.0.0代码时,对比master分支代码,reset 无关的代码修改;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user