Skip to content

Commit eec67b4

Browse files
committed
Added deprecation notice to LUA_SAVED_READ and LUA_SAVED_READ_POINTER
1 parent f0d0b77 commit eec67b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LabJack/LJM/ljm_constants.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@
22372237
],
22382238
"readwrite": "RW",
22392239
"tags": ["LUA"],
2240-
"description": "Address within the saved Lua script in Flash to begin reading from."
2240+
"description": "Deprecated: Address within the saved Lua script in Flash to begin reading from."
22412241
},
22422242
{
22432243
"address": 6038,
@@ -2258,7 +2258,7 @@
22582258
],
22592259
"readwrite": "R",
22602260
"tags": ["LUA"],
2261-
"description": "Read script saved to flash from here."
2261+
"description": "Deprecated: Read script saved to flash from here."
22622262
},
22632263
{
22642264
"address": 6050,

0 commit comments

Comments
 (0)