Skip to content

Commit

Permalink
Merge pull request #199 from sqfmi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sqfmi authored Dec 26, 2022
2 parents 9a64af8 + 7333873 commit 2cdfeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Watchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ weatherData Watchy::getWeatherData(String cityID, String units, String lang,
currentWeather.weatherConditionCode =
int(responseObject["weather"][0]["id"]);
currentWeather.weatherDescription =
responseObject["weather"][0]["main"];
JSONVar::stringify(responseObject["weather"][0]["main"]);
// sync NTP during weather API call and use timezone of city
gmtOffset = int(responseObject["timezone"]);
syncNTP(gmtOffset);
Expand Down

0 comments on commit 2cdfeaa

Please sign in to comment.