From 69d08790bdf1d367ea9518712895ed4abe4a323a Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 8 Nov 2020 19:37:05 -0300 Subject: [PATCH] Fix new firmware version for installer scripts --- scripts/install_fw_d2rg_mmdvmhs.sh | 2 +- scripts/install_fw_dualband.sh | 2 +- scripts/install_fw_duplex.sh | 2 +- scripts/install_fw_duplex_gpio.sh | 2 +- scripts/install_fw_duplex_gpio_opi.sh | 2 +- scripts/install_fw_duplex_usb.sh | 2 +- scripts/install_fw_gen_gpio.sh | 2 +- scripts/install_fw_hsdualhat-12mhz.sh | 2 +- scripts/install_fw_hsdualhat.sh | 2 +- scripts/install_fw_hshat-12mhz.sh | 2 +- scripts/install_fw_hshat.sh | 2 +- scripts/install_fw_librekit.sh | 2 +- scripts/install_fw_nanodv_npi.sh | 2 +- scripts/install_fw_nanodv_usb.sh | 2 +- scripts/install_fw_nanohs.sh | 2 +- scripts/install_fw_rpi.sh | 2 +- scripts/install_fw_usb.sh | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/scripts/install_fw_d2rg_mmdvmhs.sh b/scripts/install_fw_d2rg_mmdvmhs.sh index ea5fca8..4651d8c 100755 --- a/scripts/install_fw_d2rg_mmdvmhs.sh +++ b/scripts/install_fw_d2rg_mmdvmhs.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_dualband.sh b/scripts/install_fw_dualband.sh index 8ed3607..7c50de0 100755 --- a/scripts/install_fw_dualband.sh +++ b/scripts/install_fw_dualband.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_duplex.sh b/scripts/install_fw_duplex.sh index ac46940..49b5ceb 100755 --- a/scripts/install_fw_duplex.sh +++ b/scripts/install_fw_duplex.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_duplex_gpio.sh b/scripts/install_fw_duplex_gpio.sh index dd89633..acb7ea8 100755 --- a/scripts/install_fw_duplex_gpio.sh +++ b/scripts/install_fw_duplex_gpio.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_duplex_gpio_opi.sh b/scripts/install_fw_duplex_gpio_opi.sh index ad60124..909fccd 100644 --- a/scripts/install_fw_duplex_gpio_opi.sh +++ b/scripts/install_fw_duplex_gpio_opi.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_duplex_usb.sh b/scripts/install_fw_duplex_usb.sh index 56aa0cc..053c891 100755 --- a/scripts/install_fw_duplex_usb.sh +++ b/scripts/install_fw_duplex_usb.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem14401" diff --git a/scripts/install_fw_gen_gpio.sh b/scripts/install_fw_gen_gpio.sh index 8afeec9..2faa0e1 100755 --- a/scripts/install_fw_gen_gpio.sh +++ b/scripts/install_fw_gen_gpio.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_hsdualhat-12mhz.sh b/scripts/install_fw_hsdualhat-12mhz.sh index 5bc76db..18b3977 100755 --- a/scripts/install_fw_hsdualhat-12mhz.sh +++ b/scripts/install_fw_hsdualhat-12mhz.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_hsdualhat.sh b/scripts/install_fw_hsdualhat.sh index 7123c55..29c12aa 100755 --- a/scripts/install_fw_hsdualhat.sh +++ b/scripts/install_fw_hsdualhat.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_hshat-12mhz.sh b/scripts/install_fw_hshat-12mhz.sh index 6e86483..82f0190 100755 --- a/scripts/install_fw_hshat-12mhz.sh +++ b/scripts/install_fw_hshat-12mhz.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_hshat.sh b/scripts/install_fw_hshat.sh index 7ffa5da..671940b 100755 --- a/scripts/install_fw_hshat.sh +++ b/scripts/install_fw_hshat.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_librekit.sh b/scripts/install_fw_librekit.sh index 118c640..1298b10 100755 --- a/scripts/install_fw_librekit.sh +++ b/scripts/install_fw_librekit.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem14401" diff --git a/scripts/install_fw_nanodv_npi.sh b/scripts/install_fw_nanodv_npi.sh index 1fe2349..aae6890 100755 --- a/scripts/install_fw_nanodv_npi.sh +++ b/scripts/install_fw_nanodv_npi.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_nanodv_usb.sh b/scripts/install_fw_nanodv_usb.sh index 116acb6..d301bfc 100755 --- a/scripts/install_fw_nanodv_usb.sh +++ b/scripts/install_fw_nanodv_usb.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem14401" diff --git a/scripts/install_fw_nanohs.sh b/scripts/install_fw_nanohs.sh index e345fa7..b61b8a9 100755 --- a/scripts/install_fw_nanohs.sh +++ b/scripts/install_fw_nanohs.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_rpi.sh b/scripts/install_fw_rpi.sh index ae8639e..9965a25 100755 --- a/scripts/install_fw_rpi.sh +++ b/scripts/install_fw_rpi.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Configure beta version FW_VERSION_BETA="v1.5.1b" diff --git a/scripts/install_fw_usb.sh b/scripts/install_fw_usb.sh index 3de199a..beca5d0 100755 --- a/scripts/install_fw_usb.sh +++ b/scripts/install_fw_usb.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.4.17" +FW_VERSION="v1.5.2" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem14401"