Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing unecessary line
  • Loading branch information
henriquealrs committed Feb 15, 2021
commit e5f079544918b42aa9588de64d1ef1f9532efb0f
4 changes: 1 addition & 3 deletions RPi_utils/RFSniffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ int main(int argc, char *argv[]) {
mySwitch = RCSwitch();
if (pulseLength != 0) mySwitch.setPulseLength(pulseLength);
mySwitch.enableReceive(PIN); // Receiver on interrupt 0 => that is pin #2

send_value_to_mq(10);


while(1) {

if (mySwitch.available()) {
Expand Down