diff options
Diffstat (limited to 'src/localtemp.h')
| -rw-r--r-- | src/localtemp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/localtemp.h b/src/localtemp.h index 19173d3..8bdb189 100644 --- a/src/localtemp.h +++ b/src/localtemp.h @@ -2,7 +2,11 @@ #include <strings.h> #include "errors.h" -#define METAR_URL "http://weather.noaa.gov/pub/data/observations/metar/decoded/%s.TXT" +// Old URL +//#define METAR_URL "http://weather.noaa.gov/pub/data/observations/metar/decoded/%s.TXT" + +// New URL +#define METAR_URL "http://tgftp.nws.noaa.gov/data/observations/metar/decoded/%s.TXT" class localtemp { public: |
