mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 06:25:09 +00:00
Updating scripts for new Makefile
This commit is contained in:
parent
cdca026205
commit
dd332febfd
2 changed files with 7 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ MAC_DEV_USB_SER="/dev/cu.usbmodem1441"
|
|||
|
||||
# Check if arguement is supplied for bin path. If not, use default.
|
||||
if [ -z "$1" ]; then
|
||||
BIN_PATH="../bin/outp.bin"
|
||||
BIN_PATH="../bin/mmdvm_f1bl.bin"
|
||||
echo "No path to bin file supplied, trying the default location."
|
||||
else
|
||||
BIN_PATH="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue