We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4670e commit f1346c0Copy full SHA for f1346c0
install.py
@@ -10,7 +10,7 @@ def loader():
10
class SDRInstaller(ExtensionInstaller):
11
def __init__(self):
12
super(SDRInstaller, self).__init__(
13
- version="0.82",
+ version="0.83",
14
name='sdr',
15
description='Capture data from rtl_433',
16
author="Matthew Wall",
0 commit comments