From 377a6b80fb766995566bd77047eef08e0a4b5aae Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 7 Jun 2022 22:23:14 +0200 Subject: implement mode switching tab --- client/i18n/en_us.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'client/i18n') 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" \ + -- cgit v1.2.3