Mercurial > public > ostc4
diff Discovery/Src/t7.c @ 799:1e3c12d772eb
Added CO2 mirrow instance:
Using the CO2 mirror the co2 data may be displayed on one of the three O2 slots if a slot is not in used. The physical sensor can be found in the externalsensor map.
author | Ideenmodellierer |
---|---|
date | Mon, 07 Aug 2023 20:32:42 +0200 |
parents | 4abfb8a2a435 |
children | dd7ce655db26 |
line wrap: on
line diff
--- a/Discovery/Src/t7.c Mon Aug 07 20:29:44 2023 +0200 +++ b/Discovery/Src/t7.c Mon Aug 07 20:32:42 2023 +0200 @@ -3215,6 +3215,7 @@ text[textpointer++] = '\025'; /* red */ } snprintf(&text[textpointer],TEXTSIZE,"\%5ldppm", stateUsed->lifeData.CO2_data.CO2_ppm); + break; #endif case LLC_Compass: headerText[2] = TXT_2BYTE;