We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2d28a commit 6b5d52bCopy full SHA for 6b5d52b
docs/CONTRIBUTING.md
@@ -36,10 +36,10 @@ Verb may be one of the following:
36
## Supporting Additional Devices and Test Data
37
38
Some device protocol decoders are disabled by default. When testing to see if your device
39
-is decoded by rtl_433, use `-G` to enable all device protocols.
+is decoded by rtl_433, use `-G 4` to enable all device protocols.
40
This will likely produce false positives, use with caution.
41
42
-The first step in decoding new devices is to record the signals using `-S all`.
+The first step in decoding new devices is to record the signals using `-S unknown`.
43
The signals will be stored individually in files named g**NNN**\_**FFF**M\_**RRR**k.cu8 :
44
45
| Parameter | Description
0 commit comments