1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-08-21 19:24:07 -04:00

Compare commits

..

2 Commits

Author SHA1 Message Date
hemna 357a193a75 Update Changelog for 3.0.2 2023-01-16 11:41:42 -05:00
hemna 4aa4a4b5d3 Import RejectPacket 2023-01-16 11:38:48 -05:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,9 +1,15 @@
CHANGES
=======
v3.0.2
------
* Import RejectPacket
v3.0.1
------
* 3.0.1
* Add support to Reject messages
* Update Docker builds for 3.0.0
+1 -1
View File
@@ -1,6 +1,6 @@
from aprsd.packets.core import ( # noqa: F401
AckPacket, GPSPacket, MessagePacket, MicEPacket, Packet, PathPacket,
StatusPacket, WeatherPacket,
RejectPacket, StatusPacket, WeatherPacket,
)
from aprsd.packets.packet_list import PacketList # noqa: F401
from aprsd.packets.seen_list import SeenList # noqa: F401