Commit 63d64b7 1 parent 6b662ac commit 63d64b7 Copy full SHA for 63d64b7
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def logerr(msg):
140
140
logmsg (syslog .LOG_ERR , msg )
141
141
142
142
DRIVER_NAME = 'SDR'
143
- DRIVER_VERSION = '0.85 '
143
+ DRIVER_VERSION = '0.86 '
144
144
145
145
# The default command requests json output from every decoder
146
146
# Use the -R option to indicate specific decoders
Original file line number Diff line number Diff line change
1
+ 0.86 11jan2021
2
+ * fixed typo in factor for THPacket (thanks gjr80)
3
+
1
4
0.85 30dec2021
2
5
* fixed shutdown - use is_alive instead of isAlive to keep python 3.9 happy
3
6
* eliminate stderr memory leak
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def loader():
10
10
class SDRInstaller (ExtensionInstaller ):
11
11
def __init__ (self ):
12
12
super (SDRInstaller , self ).__init__ (
13
- version = "0.85 " ,
13
+ version = "0.86 " ,
14
14
name = 'sdr' ,
15
15
description = 'Capture data from rtl_433' ,
16
16
author = "Matthew Wall" ,
You can’t perform that action at this time.
0 commit comments