File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 8056
8056
"string" : " WIFI_NOT_ASSOCIATED" ,
8057
8057
"description" : " WiFi needs to be connected to a network before the requested action can be performed."
8058
8058
},
8059
+ {
8060
+ "error" : 2493 ,
8061
+ "string" : " WIFI_CONTROL_CHAR_NOT_ALLOWED" ,
8062
+ "description" : " WiFi password had an ASCII control character in it which is not supported."
8063
+ },
8064
+ {
8065
+ "error" : 2494 ,
8066
+ "string" : " WIFI_SPECIAL_CHAR_NOT_ALLOWED" ,
8067
+ "description" : " WiFi password had an ASCII special character in it which is not supported."
8068
+ },
8069
+ {
8070
+ "error" : 2495 ,
8071
+ "string" : " WIFI_EXTENDED_CHAR_NOT_ALLOWED" ,
8072
+ "description" : " WiFi password had an ASCII extended character in it which is not supported."
8073
+ },
8059
8074
{
8060
8075
"error" : 2500 ,
8061
8076
"string" : " HW_DIO_NOT_AVAILABLE"
You can’t perform that action at this time.
0 commit comments