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

No RCSwitch make files being Generated in the folder #29

Open ghost opened 7 years ago

ghost commented 7 years ago

No files are present in the rc_switch folder

rotv commented 7 years ago

Did you check out recursive?

z3ntu commented 7 years ago

You have to do git submodule update --init after cloning (when you didn't use the --recursive flag while cloning).

electronicsguy commented 7 years ago

@z3ntu Thanks! wonder why 'git' doesn't include submodules automatically? There could be a switch to exclude submodules if anyone wanted that.

bphermansson commented 7 years ago

And this information should be in the Readme.

z3ntu commented 7 years ago

@bphermansson It is... https://github.com/ninjablocks/433Utils/blob/master/README.md#rpi_utils

bphermansson commented 7 years ago

Ah ok thanks