Update and rename install_fw_nanodv.sh to install_fw_nanodv_npi.sh

This commit is contained in:
Tom 2018-07-20 16:56:20 +08:00 committed by GitHub
parent 169ab45e9c
commit ba97bd2cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ FW_VERSION="v1.4.3"
MAC_DEV_USB_SER="/dev/cu.usbmodem1441"
# Download latest firmware for Nano DV
curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/nano_dv_fw.bin
curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/nanodv_npi_fw.bin
# Download STM32F10X_Lib (only for binary tools)
if [ ! -d "./STM32F10X_Lib/utils" ]; then