Preparing for next binary release

pull/32/head v1.2.1
Andy CA6JAU 8 years ago
parent 982fc0212a
commit 0256d3ce01

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

@ -17,7 +17,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,12 +17,12 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"
# Download latest firmware for ZUMspot Libre Kit # Download latest firmware for ZUMspot RPi (GPIO)
curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_rpi_fw.bin curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_rpi_fw.bin
# Download STM32F10X_Lib (only for binary tools) # Download STM32F10X_Lib (only for binary tools)

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2017 by Andy Uribe CA6JAU # Copyright (C) 2017,2018 by Andy Uribe CA6JAU
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,12 +17,12 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Configure latest version # Configure latest version
FW_VERSION="v1.1.0" FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS # Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441" MAC_DEV_USB_SER="/dev/cu.usbmodem1441"
# Download latest firmware for ZUMspot Libre Kit # Download latest firmware for ZUMspot USB
curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_usb_fw.bin curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_usb_fw.bin
# Download STM32F10X_Lib (only for binary tools) # Download STM32F10X_Lib (only for binary tools)

Loading…
Cancel
Save

Powered by TurnKey Linux.