Skip to content

Commit 58a7ee9

Browse files
committed
update photonlib
1 parent c8d853c commit 58a7ee9

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.OutlineViewer/outlineviewer.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
2+
"Clients": {
3+
"open": true
4+
},
25
"Connections": {
36
"open": true
47
},
58
"NetworkTables Settings": {
69
"mode": "Client (NT4)",
710
"serverTeam": "192"
811
},
9-
"Retained Values": {
12+
"Server": {
13+
"open": true
14+
},
15+
"Transitory Values": {
1016
"open": false
1117
},
12-
"Server": {
18+
"outlineviewer@1": {
1319
"open": true
1420
},
1521
"transitory": {
@@ -21,8 +27,7 @@
2127
}
2228
},
2329
"open": true
24-
},
25-
"open": true
30+
}
2631
}
2732
}
2833
}

vendordeps/photonlib.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "photonlib.json",
33
"name": "photonlib",
4-
"version": "v2024.2.7",
4+
"version": "v2024.3.1",
55
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
66
"frcYear": "2024",
77
"mavenUrls": [
@@ -14,7 +14,7 @@
1414
{
1515
"groupId": "org.photonvision",
1616
"artifactId": "photonlib-cpp",
17-
"version": "v2024.2.7",
17+
"version": "v2024.3.1",
1818
"libName": "photonlib",
1919
"headerClassifier": "headers",
2020
"sharedLibrary": true,
@@ -29,7 +29,7 @@
2929
{
3030
"groupId": "org.photonvision",
3131
"artifactId": "photontargeting-cpp",
32-
"version": "v2024.2.7",
32+
"version": "v2024.3.1",
3333
"libName": "photontargeting",
3434
"headerClassifier": "headers",
3535
"sharedLibrary": true,
@@ -46,12 +46,12 @@
4646
{
4747
"groupId": "org.photonvision",
4848
"artifactId": "photonlib-java",
49-
"version": "v2024.2.7"
49+
"version": "v2024.3.1"
5050
},
5151
{
5252
"groupId": "org.photonvision",
5353
"artifactId": "photontargeting-java",
54-
"version": "v2024.2.7"
54+
"version": "v2024.3.1"
5555
}
5656
]
5757
}

0 commit comments

Comments
 (0)