diff options
Diffstat (limited to 'decoders/rfm12')
-rw-r--r-- | decoders/rfm12/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/rfm12/pd.py b/decoders/rfm12/pd.py index e709696..fe93bfe 100644 --- a/decoders/rfm12/pd.py +++ b/decoders/rfm12/pd.py @@ -28,6 +28,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['rfm12'] + tags = ['Wireless/RF'] annotations = ( ('cmd', 'Command'), ('params', 'Command parameters'), |