rfctl
rfctl copied to clipboard
IMPULS protocol requires group number while only using channel info
Due to check on line 276 of rfctl.c:
if ((protocol != PROT_SARTANO && !group) || !channel || !level)
the PROT_IMPULS option requires a group number while it only uses the channel (because it is a subset of the SARTANO protocol).
A pull-request to fix this is most welcome since I'm not actively working on this atm.