Skip to content

Commit 49dff39

Browse files
committed
LOV: Sat list is downloaded from Github
1 parent 688dffe commit 49dff39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TBC - 0.50.0
66
- [NEW] - Added direct labeling of QSL Requested and QSL Received to the QSO context menu (PR #982 @aa5sh)
77
- [NEW] - DXCC Submission Report (PR #967 @aa5sh)
88
- [CHANGED] - Mutex-free Omnirig1 and Omnirig2
9-
- [CHANGED] - POTA/SOTA/WWFF list are download from QLog LOV-repo
9+
- [CHANGED] - POTA/SOTA/WWFF/SAT list are download from QLog LOV-repo
1010
- [CHANGED] - Used an external lib for CSV parsing for LOV Download
1111
- Fixed Callsign disappears when calling a DX in a split via VFO-B (issue #799)
1212
- Fixing Rendering issue (issue #989)

core/LOVDownloader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public slots:
8282
"dxcc_entities_clublog",
8383
7)},
8484
{SATLIST, SourceDefinition(SATLIST,
85-
"https://foldynl.github.io/QLog/data/satslist.csv",
85+
"https://raw.githubusercontent.com/foldynl/hamradio-value-lists/main/lists/satellites/satslist.csv",
8686
"satslist.csv",
8787
"LOV/last_sat_update",
8888
"sat_info",

0 commit comments

Comments
 (0)