Relax water vapor threshold (#13280)

This commit is contained in:
Kara
2023-01-01 23:05:37 -06:00
committed by GitHub
parent 3c764166ee
commit 9c844c8aed
4 changed files with 10 additions and 7 deletions

View File

@@ -77,10 +77,6 @@ public sealed partial class SensorInfo : BoxContainer
{
OnThresholdUpdate!(_address, type, threshold, arg3);
};
foreach (var (gas, threshold) in data.GasThresholds)
{
}
}
public void ChangeData(AtmosSensorData data)