aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 20:30:23 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 20:30:23 -0500
commitf03653774e4529404546f474064c5bf679fa7176 (patch)
treeb881365d1b43d9a16fae1530bef98acab52d55bb /ui.h
parentf7970f9b769369220ed3c607a27081b8ea93e409 (diff)
downloadvolute-f03653774e4529404546f474064c5bf679fa7176.zip
add compressor outlet temperature output
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index c83dff8..d30256c 100644
--- a/ui.h
+++ b/ui.h
@@ -29,6 +29,9 @@ typedef struct {
w_Number pressure_ratio[MAX_POINTS];
+ w_Number comp_outlet_temperature[MAX_POINTS];
+ w_Select comp_outlet_temperature_unit;
+
w_Select volume_flow_rate_unit;
w_Number volume_flow_rate[MAX_POINTS];
} UI;