Skip to content

Commit

Permalink
Update OpenWeatherOneCall.cpp
Browse files Browse the repository at this point in the history
Update to fix Air Quality Calls
  • Loading branch information
JHershey69 authored Jul 30, 2024
1 parent 6121c09 commit 2a4a5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenWeatherOneCall.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
OpenWeatherOneCall.cpp v3.3.0
OpenWeatherOneCall.cpp v3.3.2
copyright 2020 - Jessica Hershey
www.github.com/JHershey69
Expand All @@ -25,7 +25,7 @@ char DS_URL2[100];
#define DS_URL3 "&appid="

// For Air Quality calls current *************
#define AQ_URL1 "https://api.openweathermap.org/data/3.0/air_pollution?lat="
#define AQ_URL1 "https://api.openweathermap.org/data/2.5/air_pollution?lat="
#define AQ_URL2 "&lon="
#define AQ_URL3 "&appid="

Expand Down

0 comments on commit 2a4a5d0

Please sign in to comment.