ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
895 stars 335 forks source link

RPi Makefile typo #2

Closed denniedegroot closed 11 years ago

denniedegroot commented 11 years ago

Line 9 of the Makefile: RF_Sniffer: RCSwitch.o RF_Sniffer.o

RF_Sniffer.o should be RFSniffer.o or rename the file :)

[edit] I don't think RF_Sniffer will work on the RPi because the receive pin is never initialized.

justy commented 11 years ago

Just a thought- shouldn't 'enableReceive' do that initialisation?

denniedegroot commented 11 years ago

I have created a pull request to make RFSniffer work :)

justy commented 11 years ago

Awesome. Awesome to the max.