Skip to content

Commit ab5a7b9

Browse files
committed
Fix JSON formatting issues.
- Removed trailing commas in Constants - Removed comments from Startup Cfgs json
1 parent ac14d71 commit ab5a7b9

2 files changed

Lines changed: 3 additions & 20 deletions

File tree

LabJack/LJM/ljm_constants.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@
10681068
{
10691069
"device": "T7",
10701070
"fwmin": 1.0331
1071-
},
1071+
}
10721072
],
10731073
"readwrite": "R",
10741074
"default": 0,
@@ -1083,7 +1083,7 @@
10831083
{
10841084
"device": "T7",
10851085
"fwmin": 1.0331
1086-
},
1086+
}
10871087
],
10881088
"readwrite": "W",
10891089
"default": 0,
@@ -1098,7 +1098,7 @@
10981098
{
10991099
"device": "T7",
11001100
"fwmin": 1.0331
1101-
},
1101+
}
11021102
],
11031103
"readwrite": "R",
11041104
"default": 0,

LabJack/LJM/ljm_startup_configs.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
// ljm_startup_configs.json:
2-
// This is the configurations file that is loaded when LJM is started up.
3-
// Distributed with LJM version 1.2100.
4-
//
5-
// Use the string "default" to load the default value for each config
6-
// parameter. Otherwise, see the "type" for each config parameter for what
7-
// kinds of values can be accepted. Please see LabJackM.h for more information
8-
// about what each config parameter does.
9-
//
10-
// Windows file paths must escape \ characters with \. For example, the path
11-
// C:\ljm.log
12-
// must be escaped as
13-
// C:\\ljm.log
14-
//
15-
// Report bugs to support@labjack.com
16-
// LabJack's LJM driver/library: https://labjack.com/support/ljm
17-
181
{
192
"LJM_CONFIG_VALUES":
203
[

0 commit comments

Comments
 (0)