diff options
author | Ben V. Brown <[email protected]> | 2017-12-12 13:37:08 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2017-12-12 13:37:08 +1100 |
commit | 662b39cbd406233f69811cd93cf1423c563fe78a (patch) | |
tree | b672b323ee5b9f4189028779ffdc5fc553f60925 | |
parent | 39295c9705f94549c530582569ceee98800be0ec (diff) | |
download | IronOS-2.01.tar.gz IronOS-2.01.zip |
V2.01 roundupv2.01
-rw-r--r-- | workspace/TS100/inc/Translation.h | 4 | ||||
-rw-r--r-- | workspace/TS100/src/main.cpp | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/workspace/TS100/inc/Translation.h b/workspace/TS100/inc/Translation.h index 4d4621de..c660430d 100644 --- a/workspace/TS100/inc/Translation.h +++ b/workspace/TS100/inc/Translation.h @@ -9,8 +9,7 @@ #define TRANSLATION_H_ enum ShortNameType { - SHORT_NAME_SINGLE_LINE = 1, - SHORT_NAME_DOUBLE_LINE = 2, + SHORT_NAME_SINGLE_LINE = 1, SHORT_NAME_DOUBLE_LINE = 2, }; /* @@ -33,7 +32,6 @@ extern const char SettingRightChar; extern const char SettingLeftChar; extern const char SettingAutoChar; - #define LANG_EN //#define LANG_RU //#define LANG_ES diff --git a/workspace/TS100/src/main.cpp b/workspace/TS100/src/main.cpp index 1cb017a7..bb3f107a 100644 --- a/workspace/TS100/src/main.cpp +++ b/workspace/TS100/src/main.cpp @@ -726,7 +726,7 @@ void startGUITask(void const * argument) { lcd.clearScreen(); //Ensure the buffer starts clean lcd.setCursor(0, 0); //Position the cursor at the 0,0 (top left) lcd.setFont(1); //small font - lcd.print((char*) "V2.00"); //Print version number + lcd.print((char*) "V2.01"); //Print version number lcd.setCursor(0, 8); //second line lcd.print(__DATE__); //print the compile date lcd.refresh(); |