diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:14 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 22:23:14 +0200 |
commit | 377a6b80fb766995566bd77047eef08e0a4b5aae (patch) | |
tree | ce70846c12d7426f9550f6dc2a88e49397f4bd52 /client/i18n/en_us.h | |
parent | 3e65c70da770fa31fc8acc6ab9374d908cf1ed17 (diff) |
implement mode switching tab
Diffstat (limited to 'client/i18n/en_us.h')
-rw-r--r-- | client/i18n/en_us.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h index ceca215..d198296 100644 --- a/client/i18n/en_us.h +++ b/client/i18n/en_us.h @@ -101,3 +101,15 @@ #define W2_UI_ORDER_MSG_ORDER_DONE_ERR "no order active\n\n" #define W2_UI_ORDER_MSG_ORDER_SENT "order sent to robot\n\n" +#define W2_UI_MODES_INFO \ + "press keys (0-9) for:\n" \ + "\n" \ + "1 - set to maze mode\n" \ + "2 - set to grid mode\n" \ + "3 - halt (emergency stop)\n" \ + "4 - set to charging station mode\n" \ + "5 - set to spinning mode (wet floor simulation)\n" \ + "6 - calibrate sensors\n" \ + "\n" \ + "0 - previous\n" \ + |