1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-04-26 09:23:59 -04:00

Update Solar flux data URL

This commit is contained in:
Jon Beniston 2026-04-07 18:57:24 +01:00
parent 55f14f5dde
commit 3bb7748ad4

View File

@ -3239,7 +3239,7 @@ void StarTrackerGUI::updateSolarFlux(bool all)
if (m_dlm.confirmDownload(solarFluxFile, nullptr, 0))
{
QString urlString = QString("https://www.sws.bom.gov.au/Category/World Data Centre/Data Display and Download/Solar Radio/station/learmonth/SRD/%1/L%2.SRD")
QString urlString = QString("https://downloads.sws.bom.gov.au/wdc/wdc_solradio/data/learmonth/SRD/%1/L%2.SRD")
.arg(today.year()).arg(today.toString("yyMMdd"));
m_dlm.download(QUrl(urlString), solarFluxFile, this);
}