feat: Adding improvements to pressure estimations feature.

This commit is contained in:
2024-06-12 16:51:33 -04:00
parent 9a145b3290
commit 81494c1e9a
3 changed files with 44 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ public struct EstimationForm {
self.coolingCapacity = coolingCapacity
self.name = name
}
public var airflow: Double {
let cfmTextField = Double(self.cfmTextField ?? 0)
switch airflowSelection {