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 8074
8074
"string" : " WIFI_NOT_ASSOCIATED" ,
8075
8075
"description" : " WiFi needs to be connected to a network before the requested action can be performed."
8076
8076
},
8077
+ {
8078
+ "error" : 2493 ,
8079
+ "string" : " WIFI_CONTROL_CHAR_NOT_ALLOWED" ,
8080
+ "description" : " WiFi password had an ASCII control character in it which is not supported."
8081
+ },
8082
+ {
8083
+ "error" : 2494 ,
8084
+ "string" : " WIFI_SPECIAL_CHAR_NOT_ALLOWED" ,
8085
+ "description" : " WiFi password had an ASCII special character in it which is not supported."
8086
+ },
8087
+ {
8088
+ "error" : 2495 ,
8089
+ "string" : " WIFI_EXTENDED_CHAR_NOT_ALLOWED" ,
8090
+ "description" : " WiFi password had an ASCII extended character in it which is not supported."
8091
+ },
8077
8092
{
8078
8093
"error" : 2500 ,
8079
8094
"string" : " HW_DIO_NOT_AVAILABLE"
You can’t perform that action at this time.
0 commit comments