mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2024-10-31 15:27:11 -04:00
Update building WeatherPacket
This commit is contained in:
parent
e4904f6d56
commit
e59fa28cb1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user