kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Lower statistics output rate considerably.
rodzic
36c7b9bdc5
commit
9a6a863a86
|
|
@ -17,7 +17,7 @@ except ImportError:
|
||||||
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
|
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
|
||||||
# PATCH - Small changes, or minor feature additions.
|
# PATCH - Small changes, or minor feature additions.
|
||||||
|
|
||||||
__version__ = "1.2.0-beta3"
|
__version__ = "1.2.0-beta4"
|
||||||
|
|
||||||
|
|
||||||
# Global Variables
|
# Global Variables
|
||||||
|
|
|
||||||
|
|
@ -447,7 +447,7 @@ class SondeDecoder(object):
|
||||||
gain_param = ''
|
gain_param = ''
|
||||||
|
|
||||||
# Emit demodulator statistics every X modem frames.
|
# Emit demodulator statistics every X modem frames.
|
||||||
_stats_rate = 100
|
_stats_rate = 5
|
||||||
|
|
||||||
if self.sonde_type == "RS41":
|
if self.sonde_type == "RS41":
|
||||||
# RS41 Decoder command.
|
# RS41 Decoder command.
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue