DetectorWrapper: Change threshold temperature to 60
(cherry picked from commit 3b8bbd4668)
This commit is contained in:
@@ -59,7 +59,7 @@ void DetectorWrapper::Configure(const JFJochProtoBuf::DetectorConfig &request) {
|
||||
}
|
||||
|
||||
det.setTemperatureControl(true);
|
||||
det.setThresholdTemperature(55);
|
||||
det.setThresholdTemperature(THRESHOLD_TEMPERATURE_DEGC);
|
||||
|
||||
det.setSynchronization(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user