mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-02 13:17:54 -04:00
Update routing for weatherpacket
update the routing to WIDE1-1, WIDE2-1
This commit is contained in:
parent
f19043ecd9
commit
088cbb81ed
@ -351,7 +351,7 @@ class WeatherPacket(GPSPacket):
|
||||
course = "%03u" % self.course
|
||||
|
||||
contents = [
|
||||
f"{self.from_call}>{self.to_call},WIDE2-1:",
|
||||
f"{self.from_call}>{self.to_call},WIDE1-1,WIDE2-1:",
|
||||
f"@{time_zulu}z{self.latitude}{self.symbol_table}",
|
||||
f"{self.longitude}{self.symbol}",
|
||||
# Add CSE = Course
|
||||
|
Loading…
x
Reference in New Issue
Block a user