Skip to content

Commit

Permalink
missing commander pro in index
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkovic-nikola committed Oct 5, 2024
1 parent 51188c1 commit 165cedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ func Init() {
Serial: dev.Serial,
Firmware: dev.Firmware,
}
devices[dev.Serial].GetDevice = GetDevice(dev.Serial)
}(vendorId, productId, serial)
}
case 3138: // CORSAIR XC7 ELITE LCD CPU Water Block
Expand Down

0 comments on commit 165cedd

Please sign in to comment.