mirror of https://github.com/arendst/Tasmota.git
Add actual Wi-Fi mode (b/g/n) to STATUS 11
This commit is contained in:
parent
13756def16
commit
f0d9605b4b
|
@ -200,6 +200,7 @@
|
||||||
#define D_JSON_VOLUME "Volume"
|
#define D_JSON_VOLUME "Volume"
|
||||||
#define D_JSON_WEIGHT "Weight"
|
#define D_JSON_WEIGHT "Weight"
|
||||||
#define D_JSON_WIFI "Wifi"
|
#define D_JSON_WIFI "Wifi"
|
||||||
|
#define D_JSON_WIFI_MODE "Mode"
|
||||||
#define D_JSON_WRONG "Wrong"
|
#define D_JSON_WRONG "Wrong"
|
||||||
#define D_JSON_WRONG_PARAMETERS "Wrong parameters"
|
#define D_JSON_WRONG_PARAMETERS "Wrong parameters"
|
||||||
#define D_JSON_YESTERDAY "Yesterday"
|
#define D_JSON_YESTERDAY "Yesterday"
|
||||||
|
|
Loading…
Reference in New Issue