From 14779cb187dac9ed4a0b6e7645e76e78587ad024 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 2 Jun 2022 17:22:48 +0200 Subject: ping working --- client/i18n/en_us.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/i18n') diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h index 206e689..5547db5 100644 --- a/client/i18n/en_us.h +++ b/client/i18n/en_us.h @@ -1,5 +1,8 @@ #pragma once +#define W2_UI_CLI_USAGE "usage: %s \n" +#define W2_UI_CLI_SERPORT_ERROR "serial port open fout\n" +#define W2_UI_CLI_INITSCR_FAIL "ncurses initscr() failed\n" #define W2_UI_CONN_STAT_CONNECTED "connected" #define W2_UI_CONN_STAT_DISCONNECTED "disconnected" #define W2_UI_CONN_STAT_PING "ping" -- cgit v1.2.3