Skip to content

Commit

Permalink
Update compileSX1302.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Oct 8, 2021
1 parent 3e3298e commit 607cee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildfiles/compileSX1302.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ rm libloragw/src/loragw_ad5338r.c -f
#Copy new files
cp ../sx1302fixes/loragw_hal.c libloragw/src/loragw_hal.c -f
cp ../sx1302fixes/Makefile libloragw/Makefile -f
cp ../sx1302fixes/lora_pkt_fwd.c packet_forwarder/src/lora_pkt_fwd.c
cp ../sx1302fixes/lora_pkt_fwd.c packet_forwarder/src/lora_pkt_fwd.c -f
cp ../sx1302fixes/test_loragw_gps_uart.c libloragw/tst/test_loragw_gps.c -f
cp ../sx1302fixes/test_loragw_gps_i2c.c libloragw/tst/test_loragw_gps_i2c.c -f
cp ../sx1302fixes/chip_id.c util_chip_id/src/chip_id.c -f

make clean
make -j 4

0 comments on commit 607cee6

Please sign in to comment.