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
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