Skip to content

Commit

Permalink
update photonlib
Browse files Browse the repository at this point in the history
  • Loading branch information
CrolineCrois committed Sep 19, 2024
1 parent c8d853c commit 58a7ee9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions .OutlineViewer/outlineviewer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"Clients": {
"open": true
},
"Connections": {
"open": true
},
"NetworkTables Settings": {
"mode": "Client (NT4)",
"serverTeam": "192"
},
"Retained Values": {
"Server": {
"open": true
},
"Transitory Values": {
"open": false
},
"Server": {
"outlineviewer@1": {
"open": true
},
"transitory": {
Expand All @@ -21,8 +27,7 @@
}
},
"open": true
},
"open": true
}
}
}
}
10 changes: 5 additions & 5 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2024.2.7",
"version": "v2024.3.1",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -14,7 +14,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2024.2.7",
"version": "v2024.3.1",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -29,7 +29,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2024.2.7",
"version": "v2024.3.1",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -46,12 +46,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2024.2.7"
"version": "v2024.3.1"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2024.2.7"
"version": "v2024.3.1"
}
]
}

0 comments on commit 58a7ee9

Please sign in to comment.