sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.89k stars 651 forks source link

void RCSwitch::disableReceive() #488

Open Liorkatz opened 1 year ago

Liorkatz commented 1 year ago

It’s sames that

void RCSwitch::disableReceive() { doesn’t work .. I’m trying to read from 433 and 315 together, and I want to disable each other before I enable the other.

I’m getting only 433 and when I’m disconnecting the 433 pin from the motherboard the 315 start to work …

so I check and see that the disable is not working

need help