Preparing for next binary release

This commit is contained in:
Andy CA6JAU 2018-02-14 12:55:17 -03:00
parent 982fc0212a
commit 0256d3ce01
8 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
#!/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
# it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
#!/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
# it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
#!/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
# 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.
# Configure latest version
FW_VERSION="v1.1.0"
FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

View file

@ -1,6 +1,6 @@
#!/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
# 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.
# Configure latest version
FW_VERSION="v1.1.0"
FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

View file

@ -1,6 +1,6 @@
#!/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
# 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.
# Configure latest version
FW_VERSION="v1.1.0"
FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS
MAC_DEV_USB_SER="/dev/cu.usbmodem1441"

View file

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

View file

@ -1,6 +1,6 @@
#!/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
# 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.
# Configure latest version
FW_VERSION="v1.1.0"
FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS
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
# Download STM32F10X_Lib (only for binary tools)

View file

@ -1,6 +1,6 @@
#!/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
# 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.
# Configure latest version
FW_VERSION="v1.1.0"
FW_VERSION="v1.2.1"
# Change USB-serial port name ONLY in macOS
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
# Download STM32F10X_Lib (only for binary tools)