This commit is contained in:
e2002
2023-03-03 12:56:33 +03:00
parent 5a0984fa89
commit 0cb70f2c2a
3 changed files with 11 additions and 11 deletions

View File

@@ -324,7 +324,7 @@ bool getWeather(char *wstr) {
sprintf(wstr, weatherFmt, tempf, pressi, hum);
#else
#if EXT_WEATHER
sprintf(wstr, weatherFmt, desc, tempf, tempfl, pressi, hum, wind[wind_deg], wind_speed);
sprintf(wstr, weatherFmt, desc, tempf, tempfl, pressi, hum, wind_speed, wind[wind_deg]);
#else
sprintf(wstr, weatherFmt, desc, tempf, pressi, hum);
#endif