Skip to content

Commit e18e1a1

Browse files
committed
added error codes for when t7 wifi gets an unsported character
1 parent c99f93d commit e18e1a1

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
@@ -8056,6 +8056,21 @@
80568056
"string": "WIFI_NOT_ASSOCIATED",
80578057
"description": "WiFi needs to be connected to a network before the requested action can be performed."
80588058
},
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+
},
80598074
{
80608075
"error": 2500,
80618076
"string": "HW_DIO_NOT_AVAILABLE"

0 commit comments

Comments
 (0)