parent
89c9a8b596
commit
a52cd31615
@ -1,9 +1,3 @@
|
||||
Quisk Version 4.1.55 April 2020
|
||||
================================
|
||||
The new Sdr Micron radio was missing from the Windows version of Quisk. There are reports that the item
|
||||
Hermes_BandDictTx is damaged in the quisk_settings.json file. Quisk will now fix this itself. The item is
|
||||
the "Tx IO Bus" on the Hermes Bands configuration screen.
|
||||
|
||||
Quisk Version 4.1.54 March 2020
|
||||
================================
|
||||
There are now two new radios available in Quisk. David Fainitski contributed code for the Sdr Micron,
|
||||
|
2
PKG-INFO
2
PKG-INFO
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: quisk
|
||||
Version: 4.1.55
|
||||
Version: 4.1.54
|
||||
Summary: QUISK is a Software Defined Radio (SDR) transceiver that can control various radio hardware.
|
||||
Home-page: http://james.ahlstrom.name/quisk/
|
||||
Author: James C. Ahlstrom
|
||||
|
@ -1 +1 @@
|
||||
#Quisk version 4.1.55
|
||||
#Quisk version 4.1.54
|
||||
|
@ -191,7 +191,6 @@ class Configuration:
|
||||
else:
|
||||
print ("Unknown format for", k, fmt)
|
||||
except:
|
||||
self.settings_changed = True
|
||||
errors = errors + "Failed to set %s to %s using format %s\n" % (k, v, fmt)
|
||||
#traceback.print_exc()
|
||||
if conf.color_scheme == 'B':
|
||||
|
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: quisk
|
||||
Version: 4.1.55
|
||||
Version: 4.1.54
|
||||
Summary: QUISK is a Software Defined Radio (SDR) transceiver that can control various radio hardware.
|
||||
Home-page: http://james.ahlstrom.name/quisk/
|
||||
Author: James C. Ahlstrom
|
||||
|
@ -156,8 +156,6 @@ winsound.txt
|
||||
./sdriqpkg/README.txt
|
||||
./sdriqpkg/__init__.py
|
||||
./sdriqpkg/quisk_hardware.py
|
||||
./sdrmicronpkg/__init__.py
|
||||
./sdrmicronpkg/quisk_hardware.py
|
||||
./soapypkg/__init__.py
|
||||
./soapypkg/quisk_hardware.py
|
||||
./soapypkg/setup.py
|
||||
@ -239,7 +237,6 @@ sdriqpkg/quisk_hardware.py
|
||||
sdriqpkg/sdriq.c
|
||||
sdriqpkg/sdriq.h
|
||||
sdriqpkg/sdriq.pyd
|
||||
sdrmicronpkg/__init__.py
|
||||
sdrmicronpkg/quisk_hardware.py
|
||||
soapypkg/__init__.py
|
||||
soapypkg/makefile
|
||||
|
4
setup.py
4
setup.py
@ -8,7 +8,7 @@ import struct
|
||||
# You must define the version here. A title string including
|
||||
# the version will be written to __init__.py and read by quisk.py.
|
||||
|
||||
Version = '4.1.55'
|
||||
Version = '4.1.54'
|
||||
|
||||
fp = open("__init__.py", "w") # write title string
|
||||
fp.write("#Quisk version %s\n" % Version)
|
||||
@ -155,7 +155,7 @@ N1MM+ and software that uses Hamlib.
|
||||
author_email = 'jahlstr@gmail.com',
|
||||
url = 'http://james.ahlstrom.name/quisk/',
|
||||
packages = ['quisk', 'quisk.sdriqpkg', 'quisk.n2adr', 'quisk.softrock', 'quisk.freedvpkg',
|
||||
'quisk.hermes', 'quisk.hiqsdr', 'quisk.afedrinet', 'quisk.soapypkg', 'quisk.sdrmicronpkg', 'quisk.perseuspkg'],
|
||||
'quisk.hermes', 'quisk.hiqsdr', 'quisk.afedrinet', 'quisk.soapypkg', 'quisk.perseuspkg'],
|
||||
package_dir = {'quisk' : '.'},
|
||||
package_data = {'' : ['*.txt', '*.html', '*.so', '*.dll']},
|
||||
entry_points = {'gui_scripts' : ['quisk = quisk.quisk:main', 'quisk_vna = quisk.quisk_vna:main']},
|
||||
|
Loading…
Reference in New Issue
Block a user