aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 11:46:38 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 11:46:38 -0500
commit2d0f7661dd4bb3927c93a6f9cbcf4fd93d2daf23 (patch)
tree33031afd0552131e70cafd1aaed1dc3774b5c7ab /ui.h
parentcb8a07bdbcefd18752b66ddca2903606daab639b (diff)
downloadvolute-2d0f7661dd4bb3927c93a6f9cbcf4fd93d2daf23.zip
add manifold 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 d30256c..5cbf6a3 100644
--- a/ui.h
+++ b/ui.h
@@ -32,6 +32,9 @@ typedef struct {
w_Number comp_outlet_temperature[MAX_POINTS];
w_Select comp_outlet_temperature_unit;
+ w_Number manifold_temperature[MAX_POINTS];
+ w_Select manifold_temperature_unit;
+
w_Select volume_flow_rate_unit;
w_Number volume_flow_rate[MAX_POINTS];
} UI;