receiver: mark Nano receiver C52F as not unpairing

This commit is contained in:
Peter F. Patel-Schneider 2021-09-25 07:00:35 -04:00
parent 585a3b901a
commit 1d73217ad2
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ UNIFYING_RECEIVER_C52B = _unifying_receiver(0xc52b)
UNIFYING_RECEIVER_C532 = _unifying_receiver(0xc532)
# Nano receviers that support the Unifying protocol
NANO_RECEIVER_ADVANCED = _nano_receiver(0xc52f)
NANO_RECEIVER_ADVANCED = _nano_receiver_no_unpair(0xc52f)
# ex100 old style receiver pre-unifyimg protocol
EX100_27MHZ_RECEIVER_C517 = _ex100_receiver(0xc517)