Skip to content

Commit fdd1218

Browse files
authored
Update ljm_constants.json
1 parent 8ec3f44 commit fdd1218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4427,7 +4427,7 @@
44274427
],
44284428
"readwrite": "W",
44294429
"tags": ["CONFIG"],
4430-
"description": "Issues a device reboot. Must write 0x4C4Axxxx, where xxxx is number of 50ms ticks to wait before reboot. To reboot immediately write 0x4C4A0000 (d1279918080)."
4430+
"description": "Issues a device reboot. Must write 0x4C4Axxxx, where xxxx is number of 50ms ticks to wait before reboot. Waiting for a few hundred milliseconds will ensure that the device has time to send a response to the reboot command. Otherwise, the command will not get a response and will have to wait for a communication timeout. To reboot immediately write 0x4C4A0000 (d1279918080)."
44314431
},
44324432
{
44334433
"address": 60050,
@@ -9143,6 +9143,7 @@
91439143
"2025.03.12.A Added device specific size limits for STREAM_OUT#(0:3)_BUFFER_ALLOCATE_NUM_BYTES.",
91449144
"2025.04.21.A Added deprecation notices to Lua Read registers.",
91459145
"2025.04.21.B Updated SPI pin selection registers descriptions.",
9146+
"2025.04.24.A Added some info about the delay period to SYSTEM_REBOOT.",
91469147
"See https://github.com/labjack/ljm_constants for further comments.",
91479148
"End Of Comments"
91489149
]

0 commit comments

Comments
 (0)