diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 65dad41..13ca493 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -28,12 +28,12 @@ jobs: - name: Build with Gradle run: ./gradlew all - name: Archive jar file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: silabs-pti path: silabs-pti/build/libs/*.jar - name: Archive license file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: silabs-pti path: LICENSE.txt diff --git a/README.md b/README.md index 00d3613..e70600e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Java CI with Gradle](https://github.com/SiliconLabs/java_packet_trace_library/actions/workflows/gradle.yml/badge.svg)](https://github.com/SiliconLabs/java_packet_trace_library/actions/workflows/gradle.yml) +[![Java CI with Gradle](https://github.com/SiliconLabsSoftware/java-pti/actions/workflows/gradle.yml/badge.svg)](https://github.com/SiliconLabsSoftware/java-pti/actions/workflows/gradle.yml) # What is this? diff --git a/external/java-pcap.jar b/external/java-pcap.jar index a00e441..1068428 100644 Binary files a/external/java-pcap.jar and b/external/java-pcap.jar differ diff --git a/silabs-pti/VERSION b/silabs-pti/VERSION index 6b89d58..81f3632 100644 --- a/silabs-pti/VERSION +++ b/silabs-pti/VERSION @@ -1 +1 @@ -1.12.2 +1.12.3 diff --git a/silabs-pti/src/main/java/com/silabs/pti/debugchannel/DebugMessageType.java b/silabs-pti/src/main/java/com/silabs/pti/debugchannel/DebugMessageType.java index a60df59..d471845 100644 --- a/silabs-pti/src/main/java/com/silabs/pti/debugchannel/DebugMessageType.java +++ b/silabs-pti/src/main/java/com/silabs/pti/debugchannel/DebugMessageType.java @@ -11,9 +11,11 @@ * sections of the MSLA applicable to Source Code. * ******************************************************************************/ - + + // !!!! This file is generated via 'gradle createDebugMessageTypes' command. Please do not edit manually!!!!! + package com.silabs.pti.debugchannel; import java.util.ResourceBundle; @@ -140,14 +142,10 @@ public static DebugMessageType get(final int value) { } } return DebugMessageType.INVALID; - } + } - public static int featureLevel() { - return 22; - } + public static int featureLevel() { return 22; } - public static String featureDate() { - return "2022.1.8"; - } + public static String featureDate() { return "2022.1.8"; } } \ No newline at end of file