Mercurial > public > ostc4
diff Discovery/Src/show_logbook.c @ 115:3834b6272ee5 FlipDisplay
Merge with 68181cd61f2069d061621c2cd2a6afddb7486f5e
author | Ideenmodellierer |
---|---|
date | Thu, 03 Jan 2019 19:59:36 +0100 |
parents | cc8e24374b83 4276d56eb37c |
children | 097d7146b779 |
line wrap: on
line diff
--- a/Discovery/Src/show_logbook.c Thu Jan 03 18:35:11 2019 +0100 +++ b/Discovery/Src/show_logbook.c Thu Jan 03 19:59:36 2019 +0100 @@ -648,7 +648,7 @@ // snprintf(text,20,"\001%i\016\016 mbar",logbookHeader.surfacePressure_mbar); // Gfx_write_label_var(hgfx,300,500,750, &FontT42,CLUT_GasSensor1,text); // snprintf(text,40,"%i\016\016 mbar\017 (%i\016\016 m\017)",logbookHeader.surfacePressure_mbar, unit_SeaLevelRelation_integer(logbookHeader.surfacePressure_mbar)); - snprintf(text,40,"%i\016\016 mbar\017",logbookHeader.surfacePressure_mbar); + snprintf(text,40,"%i\016\016 hPa\017",logbookHeader.surfacePressure_mbar); Gfx_write_label_var(hgfx,320,600,750, &FontT42,CLUT_GasSensor1,text);