From 87d8b0ceb349e101b693cf43336a98647f4b92dc Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 22:34:19 +0200 Subject: garbage ui functions + janky status bar --- client/i18n/en_us.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/i18n/en_us.h (limited to 'client/i18n') diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h new file mode 100644 index 0000000..4117ef6 --- /dev/null +++ b/client/i18n/en_us.h @@ -0,0 +1,6 @@ +#pragma once + +#define W2_UI_CONN_STAT_CONNECTED "connected" +#define W2_UI_CONN_STAT_DISCONNECTED "disconnected" +#define W2_UI_CONN_STAT_PING "ping" +#define W2_UI_BATT_STAT_BATTERY "battery" -- cgit v1.2.3