diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-29 10:35:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-29 10:35:23 +0200 |
commit | ef8b97942d8d5cec956b75b6254e18034914e80d (patch) | |
tree | 67f061004e3d895cd2e20184c935007d967d4cfc /client/i18n | |
parent | 4d446fb2c1d14142304971095ee60668ba9c6bc5 (diff) |
fix buffer overrun in logs
Diffstat (limited to 'client/i18n')
-rw-r--r-- | client/i18n/en_us.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |