kopia lustrzana https://github.com/glidernet/python-ogn-client
rodzic
be07be52be
commit
79274c7f97
|
@ -1,7 +1,8 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## unreleased
|
## 1.2.2: - 2024-03-31
|
||||||
- client: If no reference_timestamp provided use timestamp from APRS server (fixes #85)
|
- client: If no reference_timestamp provided use timestamp from APRS server (fixes #85)
|
||||||
|
- parser: Manage Flarm APRS messages with TOCALL set to OGFLR6 and OGFLR7 (fixes #123)
|
||||||
|
|
||||||
## 1.2.1: - 2021-06-06
|
## 1.2.1: - 2021-06-06
|
||||||
- client: Added peer IP to log messages
|
- client: Added peer IP to log messages
|
||||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
|
|
||||||
APRS_APP_NAME = 'python-ogn-client'
|
APRS_APP_NAME = 'python-ogn-client'
|
||||||
|
|
||||||
PACKAGE_VERSION = '1.2.1'
|
PACKAGE_VERSION = '1.2.2'
|
||||||
APRS_APP_VER = PACKAGE_VERSION[:3]
|
APRS_APP_VER = PACKAGE_VERSION[:3]
|
||||||
|
|
||||||
APRS_KEEPALIVE_TIME = 240
|
APRS_KEEPALIVE_TIME = 240
|
||||||
|
|
Ładowanie…
Reference in New Issue