Skip to content

Commit 38b020c

Browse files
committed
Merge branch 't7_wifi_check'
2 parents 7b2d715 + e18e1a1 commit 38b020c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8074,6 +8074,21 @@
80748074
"string": "WIFI_NOT_ASSOCIATED",
80758075
"description": "WiFi needs to be connected to a network before the requested action can be performed."
80768076
},
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+
},
80778092
{
80788093
"error": 2500,
80798094
"string": "HW_DIO_NOT_AVAILABLE"

0 commit comments

Comments
 (0)