Skip to content

Commit

Permalink
Update owm_credentials.h
Browse files Browse the repository at this point in the history
  • Loading branch information
G6EJD authored Feb 23, 2022
1 parent abe3533 commit 9d87064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Waveshare_7_5_News/owm_credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const char server[] = "api.openweathermap.org";
//Set your location according to OWM locations

// Use youur own News API key and select your News source accordingly, in this example it's 'bbc-news'
String NewsServer = "newsapi.org";
String NewsServer = "newsapi.org";
String NewsSource = "bbc-news"; // https://newsapi.org/sources forfull list of news sources available
String NewsApiKey = "your News API key";

Expand Down

0 comments on commit 9d87064

Please sign in to comment.