make file has changed...no more librf24-bcm
-
Re: [Tutorial] Raspberry Pi NRF24l01 direct connection
The GIT library has changed. You will need to "cd Raspberry" and then sudo git clone https://github.com/TMRh20/RF24
cd RF24 and make all and sudo make install
next cd .. and sudo make all and sudo make install
-
Use
git pull
to fetch from upstream.