Skip to content

Commit 12903a3

Browse files
committed
Add Boards slimevr_v1_2 and esp32s3-supermini
1 parent f2b4d46 commit 12903a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/core/src/main/java/dev/slimevr/tracking/trackers/udp/FirmwareConstants.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ enum class BoardType(val id: UInt) {
5656
ESP32C6DEVKITC1(19u),
5757
GLOVE_IMU_SLIMEVR_DEV(20u),
5858
GESTURES(21u),
59+
SLIMEVR_V1_2(22u),
60+
ESP32S3_SUPERMINI(23u),
5961
DEV_RESERVED(250u),
6062
;
6163

@@ -84,6 +86,8 @@ enum class BoardType(val id: UInt) {
8486
HARITORA -> "Haritora"
8587
ESP32C6DEVKITC1 -> "Espressif ESP32-C6 DevKitC-1"
8688
GLOVE_IMU_SLIMEVR_DEV -> "SlimeVR Dev IMU Glove"
89+
SLIMEVR_V1_2 -> "SlimeVR v1.2"
90+
ESP32S3_SUPERMINI -> "ESP32-S3 SuperMini"
8791
DEV_RESERVED -> "Prototype"
8892
}
8993

0 commit comments

Comments
 (0)