Skip to content

Commit 0e44557

Browse files
yanbecbesser82
authored andcommitted
Added logo support for RX200s
According to Wismec logo support for RX200s is supported since FW V4.02. Tested with FW 4.13.
1 parent 51b9eb6 commit 0e44557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evic/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class HIDTransfer(object):
7373
'W016': DeviceInfo("CENTURION", None, None),
7474
'W018': DeviceInfo("Reuleaux RX2/3", None, (64, 48)),
7575
'W026': DeviceInfo("Reuleaux RX75", None, (64, 48)),
76-
'W033': DeviceInfo("Reuleaux RX200S", None, None),
76+
'W033': DeviceInfo("Reuleaux RX200S", None, (64, 48))
7777
'W078': DeviceInfo("Predator 228", None, (64, 48))
7878
}
7979

0 commit comments

Comments
 (0)