Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditSystem.c @ 528:a9c195be907e
Added new option to gas configuration: "Off":
Added functionality needed to handle the new state
author | Ideenmodellierer |
---|---|
date | Sun, 13 Sep 2020 20:59:38 +0200 |
parents | 970d8040c0e3 |
children | 66aef216828b |
comparison
equal
deleted
inserted
replaced
527:962d7b2c18c6 | 528:a9c195be907e |
---|---|
959 | 959 |
960 #ifndef RESETLOGBLOCK | 960 #ifndef RESETLOGBLOCK |
961 text[1] = TXT2BYTE_ResetLogbook; | 961 text[1] = TXT2BYTE_ResetLogbook; |
962 write_field_button(StMSYS5_ResetLogbook,30, 800, ME_Y_LINE6, &FontT48, text); | 962 write_field_button(StMSYS5_ResetLogbook,30, 800, ME_Y_LINE6, &FontT48, text); |
963 #else | 963 #else |
964 text[0] = '\021'; | 964 text[0] = '\031'; |
965 text[1] = TXT_2BYTE; | 965 text[1] = TXT_2BYTE; |
966 text[2] = TXT2BYTE_ResetLogbook; | 966 text[2] = TXT2BYTE_ResetLogbook; |
967 text[3] = 0; | 967 text[3] = 0; |
968 write_field_button(StMSYS5_ResetLogbook,30, 800, ME_Y_LINE6, &FontT48, text); | 968 write_field_button(StMSYS5_ResetLogbook,30, 800, ME_Y_LINE6, &FontT48, text); |
969 text[0] = TXT_2BYTE; | 969 text[0] = TXT_2BYTE; |