Skip to content

Commit

Permalink
Add Websocket CAN Bridge concept
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jul 9, 2024
1 parent e6d3cd5 commit fcd9615
Show file tree
Hide file tree
Showing 16 changed files with 1,042 additions and 38 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nativeUtils {

nativeDependencyContainer {
libgrapplefrcdriver(getNativeDependencyTypeClass('WPISharedMavenDependency')) {
version = "2024.3.0"
version = "2024.3.1"
groupId = "au.grapplerobotics"
artifactId = "libgrapplefrcdriver"
ext = "zip"
Expand Down
10 changes: 5 additions & 5 deletions depjson/libgrapplefrc2024.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "libgrapplefrc2024.json",
"name": "libgrapplefrc",
"version": "2024.3.0",
"version": "2024.3.1",
"frcYear": "2024",
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
"mavenUrls": [ "https://storage.googleapis.com/grapple-frc-maven" ],
Expand All @@ -10,14 +10,14 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcjava",
"version": "2024.3.0"
"version": "2024.3.1"
}
],
"jniDependencies": [
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.3.0",
"version": "2024.3.1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -35,7 +35,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrccpp",
"version": "2024.3.0",
"version": "2024.3.1",
"libName": "grapplefrc",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -53,7 +53,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.3.0",
"version": "2024.3.1",
"libName": "grapplefrcdriver",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand Down
Loading

0 comments on commit fcd9615

Please sign in to comment.