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

Added optional pulse-length argument to RFSniffer and the executables to gitignore #11

Closed rotv closed 8 years ago

elliots commented 8 years ago

Should I assume this works as expected and won't cause problems? (I have no idea how to run this)

:)

rotv commented 8 years ago

It works on my computer ;)

sudo ./RFSniffer is the normal way, I've added sudo ./RFSniffer <pulseLength>, e.g. sudo ./RFSniffer 150 (both ways are still supported)

rotv commented 8 years ago

I figured at would simplify quite a lot for users to easily be able to test/specify different pulse lengths without having to rewrite and recompile the code.

rotv commented 8 years ago

Any taker for merging this?

elliots commented 8 years ago

Apologies, thought I already merged this.