From ef8b97942d8d5cec956b75b6254e18034914e80d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 29 Jun 2022 10:35:23 +0200 Subject: fix buffer overrun in logs --- client/i18n/en_us.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/i18n') diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h index 2a24c15..e8e8c14 100644 --- a/client/i18n/en_us.h +++ b/client/i18n/en_us.h @@ -59,6 +59,7 @@ #define W2_UI_ERROR_INT_W2_E_WARN_SERIAL_NOISY "W2_E_WARN_SERIAL_NOISY" #define W2_UI_ERROR_INT_W2_E_WARN_MODE_HISTORY_BUFFER_IOB "W2_E_WARN_MODE_HISTORY_BUFFER_IOB" #define W2_UI_ERROR_INT_W2_E_WARN_PING_TIMEOUT "W2_E_WARN_PING_TIMEOUT" +#define W2_UI_ERROR_INT_W2_E_INFO_ORDER_ARRIVED "W2_E_INFO_ORDER_ARRIVED" #define W2_UI_ERROR_USR_W2_E_UNKNOWN "unknown error code" #define W2_UI_ERROR_USR_W2_E_CRIT_CONN_LOST "connection to robot lost" @@ -77,6 +78,7 @@ #define W2_UI_ERROR_USR_W2_E_WARN_SERIAL_NOISY "invalid serial data received (noisy channel / check connection?)" #define W2_UI_ERROR_USR_W2_E_WARN_MODE_HISTORY_BUFFER_IOB "mode history buffer index out of bounds" #define W2_UI_ERROR_USR_W2_E_WARN_PING_TIMEOUT "ping timed out" +#define W2_UI_ERROR_USR_W2_E_INFO_ORDER_ARRIVED "arrived at order location" #define W2_UI_ORDER_CMD_HELP "help" #define W2_UI_ORDER_CMD_START "start" -- cgit v1.2.3