Add actual Wi-Fi mode (b/g/n) to STATUS 11

This commit is contained in:
Adrian Scillato 2021-06-04 09:52:25 -03:00 committed by GitHub
parent 13756def16
commit f0d9605b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"