Updating scripts for new Makefile

This commit is contained in:
Andy CA6JAU 2018-02-14 11:01:30 -03:00
parent cdca026205
commit dd332febfd
2 changed files with 7 additions and 7 deletions

View file

@ -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"