Lora-net / sx1302_hal

SX1302/SX1303 Hardware Abstraction Layer and Tools (packet forwarder...)
Other
219 stars 272 forks source link

The program 'test_loragw_spi' was not created #47

Closed diogo24m closed 3 years ago

diogo24m commented 3 years ago

The program 'test_loragw_spi' was not created in the 'bin' folder.

This was my procedure:

git clone https://github.com/Lora-net/sx1302_hal.git
cd ~/sx1302_hal/
make clean all

ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub pi@localhost

make install
make install_conf

cd ~/sx1302_hal/bin
./test_loragw_spi
mcoracin commented 3 years ago

There is no 'test_loragw_spi' program in this project, it is called 'test_loragw_com'.