mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-08-07 08:22:25 -04:00
Update building WeatherPacket
This commit is contained in:
parent
e4904f6d56
commit
e59fa28cb1
@ -1,6 +1,11 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
v0.3.2
|
||||||
|
------
|
||||||
|
|
||||||
|
* another try
|
||||||
|
|
||||||
v0.3.1
|
v0.3.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -325,8 +325,8 @@ class WeewxWXAPRSThread(threads.APRSDThread):
|
|||||||
to_call="APRS",
|
to_call="APRS",
|
||||||
latitude=self.convert_latitude(float(self.latitude)),
|
latitude=self.convert_latitude(float(self.latitude)),
|
||||||
longitude=self.convert_longitude(float(self.longitude)),
|
longitude=self.convert_longitude(float(self.longitude)),
|
||||||
course=int(wind_dir),
|
wind_direction=int(wind_dir),
|
||||||
speed=wind_speed,
|
wind_speed=wind_speed,
|
||||||
wind_gust=wind_gust,
|
wind_gust=wind_gust,
|
||||||
temperature=temperature,
|
temperature=temperature,
|
||||||
rain_1h=rain_last_hr,
|
rain_1h=rain_last_hr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user