From cc11a3a133c691390fb342a56e2af4ce675bb023 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Fri, 8 Jul 2022 13:49:37 +0100 Subject: [PATCH] Update TLE URL --- src/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.h b/src/network.h index ffa535b..1637701 100644 --- a/src/network.h +++ b/src/network.h @@ -24,7 +24,7 @@ #include #include -#define TLE_URL "https://celestrak.com/NORAD/elements/weather.txt" +#define TLE_URL "https://celestrak.org/NORAD/elements/weather.txt" #define TAG_URL "https://api.github.com/repos/xerbo/LeanHRPT-Decode/tags" #define USER_AGENT ("LeanHRPT-Decode/" VERSION " (https://github.com/Xerbo/LeanHRPT-Decode)")