Skip to content

Commit

Permalink
fix: remove reset_lgw from output
Browse files Browse the repository at this point in the history
This script duplicates logic in the sx1302_hal version.
That version will be used instead.
  • Loading branch information
marvinmarnold committed Oct 22, 2021
1 parent e6bf3b7 commit 3a181a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compile_libloragw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@ compile_libloragw() {
compile_libloragw_for_spi_bus spidev32766.0
}

copy_reset_script() {
cp "$ROOT_DIR/reset_lgw.sh" "$OUTPUT_DIR/reset_lgw.sh"
}

compile_libloragw
copy_reset_script

0 comments on commit 3a181a5

Please sign in to comment.