From 2d0f7661dd4bb3927c93a6f9cbcf4fd93d2daf23 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 11:46:38 -0500 Subject: add manifold temperature output --- ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui.h') 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; -- cgit v1.2.3