receiver: Receiver C517 can have two paired devices

This commit is contained in:
Peter F. Patel-Schneider 2020-03-16 10:56:01 -04:00 committed by Filipe Laíns
parent 1eef88eb44
commit a49b7938e0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ UNIFYING_RECEIVER_C532 = _unifying_receiver(0xc532)
NANO_RECEIVER_ADVANCED = _nano_receiver(0xc52f)
# Nano receivers that don't support the Unifying protocol
NANO_RECEIVER_C517 = _nano_receiver(0xc517)
NANO_RECEIVER_C517 = _nano_receiver_max2(0xc517)
NANO_RECEIVER_C518 = _nano_receiver(0xc518)
NANO_RECEIVER_C51A = _nano_receiver(0xc51a)
NANO_RECEIVER_C51B = _nano_receiver(0xc51b)