Mercurial > public > ostc4
diff Discovery/Src/vpm.c @ 1049:d91345e9c009 GasConsumption
Added GF for surface:
The GF for the surface will now be shown in the lowerleft corner as well as in the customer summary view.
| author | Ideenmodellierer |
|---|---|
| date | Tue, 18 Nov 2025 18:53:21 +0100 |
| parents | 22d5b477c903 |
| children |
line wrap: on
line diff
--- a/Discovery/Src/vpm.c Sat Nov 15 19:29:44 2025 +0100 +++ b/Discovery/Src/vpm.c Tue Nov 18 18:53:21 2025 +0100 @@ -290,6 +290,7 @@ pDECOINFO->output_ndl_seconds = 0; pDECOINFO->output_ceiling_meter = 0; pDECOINFO->super_saturation = 0; + pDECOINFO->gf_surf = 0; uint8_t tmp_calc_status; for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) {
