From 3a181a50b5b29757200d0f9b0d6cfef22db613b7 Mon Sep 17 00:00:00 2001 From: Marvin Arnold Date: Thu, 21 Oct 2021 11:37:35 -0500 Subject: [PATCH] fix: remove reset_lgw from output This script duplicates logic in the sx1302_hal version. That version will be used instead. --- compile_libloragw.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compile_libloragw.sh b/compile_libloragw.sh index ed89c22..7f3f2db 100755 --- a/compile_libloragw.sh +++ b/compile_libloragw.sh @@ -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