From f0d9605b4b4a0ee5f21ed670d94c3c495a949252 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 4 Jun 2021 09:52:25 -0300 Subject: [PATCH] Add actual Wi-Fi mode (b/g/n) to STATUS 11 --- tasmota/i18n.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index 09e4b84fa..f22aa1c4d 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -200,6 +200,7 @@ #define D_JSON_VOLUME "Volume" #define D_JSON_WEIGHT "Weight" #define D_JSON_WIFI "Wifi" +#define D_JSON_WIFI_MODE "Mode" #define D_JSON_WRONG "Wrong" #define D_JSON_WRONG_PARAMETERS "Wrong parameters" #define D_JSON_YESTERDAY "Yesterday"