Update building WeatherPacket

This commit is contained in:
Hemna 2023-10-06 16:26:51 -04:00
parent e4904f6d56
commit e59fa28cb1
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
CHANGES
=======
v0.3.2
------
* another try
v0.3.1
------

View File

@ -325,8 +325,8 @@ class WeewxWXAPRSThread(threads.APRSDThread):
to_call="APRS",
latitude=self.convert_latitude(float(self.latitude)),
longitude=self.convert_longitude(float(self.longitude)),
course=int(wind_dir),
speed=wind_speed,
wind_direction=int(wind_dir),
wind_speed=wind_speed,
wind_gust=wind_gust,
temperature=temperature,
rain_1h=rain_last_hr,