mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-20 23:00:01 -04:00
Update routing for weatherpacket
update the routing to WIDE1-1, WIDE2-1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user