Update FirmwareConstants.kt

This commit is contained in:
Ilia Ki
2025-03-30 19:28:19 +07:00
committed by GitHub
parent 58ab5efa6e
commit 33ca7734e5

View File

@@ -55,7 +55,7 @@ enum class BoardType(val id: UInt) {
HARITORA(18u),
ESP32C6DEVKITC1(19u),
GLOVE_IMU_SLIMEVR_DEV(20u),
GESTURES(21u), // https://www.gestures.space/
GESTURES(21u), // https://www.gestures.space/
DEV_RESERVED(250u),
;