DetectorWrapper: Change threshold temperature to 60

(cherry picked from commit 3b8bbd4668)
This commit is contained in:
2023-09-19 19:48:13 +02:00
parent 437387a26d
commit aea110f153
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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);