Skip to content

Commit 86fae0e

Browse files
Update ljm_constants.json
1 parent 09f43c6 commit 86fae0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"filename": "ljm_constants.json",
4-
"version": "2025.04.21.B",
4+
"version": "2025.05.06.A",
55
"checksum": "-1",
66
"support_url": "https://labjack.com/pages/support",
77
"tags_base_url": "https://labjack.com"
@@ -7996,6 +7996,11 @@
79967996
"string": "SYSTEM_INCOMPATIBLE_FIRMWARE_VERSION",
79977997
"description": "The firmware image is not compatible with this device. Typically due to flash chip incompatibility."
79987998
},
7999+
{
8000+
"error": 2409,
8001+
"string": "SYSTEM_VS_TOO_LOW",
8002+
"description": "The device supply voltage is to low to function."
8003+
},
79998004
{
80008005
"error": 2420,
80018006
"string": "DEVICE_NAME_MUST_BE_ALPHANUM",
@@ -9145,6 +9150,7 @@
91459150
"2025.04.21.B Updated SPI pin selection registers descriptions.",
91469151
"2025.04.24.A Added some info about the delay period to SYSTEM_REBOOT.",
91479152
"2025.05.02.A Improved descriptions for errors 2607 and 1320",
9153+
"2025.05.06.A Added error code for SYSTEM_VS_TOO_LOW",
91489154
"See https://github.com/labjack/ljm_constants for further comments.",
91499155
"End Of Comments"
91509156
]

0 commit comments

Comments
 (0)