mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
update wsjt-x homepage url
This commit is contained in:
parent
cc4f3c6c1d
commit
2993cc4279
2 changed files with 2 additions and 2 deletions
|
|
@ -428,7 +428,7 @@ class FeatureDetector(object):
|
|||
def has_wsjtx(self):
|
||||
"""
|
||||
To decode FT8 and other digimodes, you need to install the WSJT-X software suite. Please check the
|
||||
[WSJT-X homepage](https://physics.princeton.edu/pulsar/k1jt/wsjtx.html) for ready-made packages or instructions
|
||||
[WSJT-X homepage](https://wsjt.sourceforge.io/) for ready-made packages or instructions
|
||||
on how to build from source.
|
||||
"""
|
||||
return reduce(and_, map(self.command_is_runnable, ["jt9", "wsprd"]), True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue