Skip to content

Commit 9afa6a9

Browse files
committed
Update README.md
1 parent 4f687e8 commit 9afa6a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,12 @@ The first approach is what is recommended in the SX127X datasheet, and the secon
331331
| Type | Directive | Description |
332332
| ------------- | ------------- | ------------- |
333333
| Debug | DEMOD_DEBUG | enable verbose debugging of signal processing |
334-
| Debug | DEVICE_DEBUG | Validate fields are mapped to response object ( rtl_433 ) |
335334
| Debug | MEMORY_DEBUG | display heap usage information |
336335
| Debug | RESOURCE_DEBUG | Monitor HEAP and STACK usage and report large jumps |
337336
| Signal | RAW_SIGNAL_DEBUG | display raw received messages
338337
| Signal | PUBLISH_UNPARSED | Enable publishing of MQTT messages for unparsed signals, e.g. {model":"unknown","protocol":"signal parsing failed"…
339338
| Signal | SIGNAL_RSSI | Enable collection of per pulse RSSI Values during signal reception for display in signal debug messages
340-
| DEVICES | MY_DEVICES | Only include a subset of devices |
339+
| Decoders | MY_DEVICES | Only include a subset of devices |
341340
| Receiver | RSSI_SAMPLES | Number of rssi samples to collect for average calculation, defaults to 50,000
342341
| Receiver | RSSI_THRESHOLD | Delta applied to average RSSI value to calculate RSSI Signal Threshold, defaults to 9
343342
| Receiver | DISABLERSSITHRESHOLD | Disable automatic setting of RSSI_THRESHOLD ( legacy behaviour ), and use MINRSSI ( -82 )
@@ -347,6 +346,7 @@ The first approach is what is recommended in the SX127X datasheet, and the secon
347346
| Analysis | RTL_ANALYZER | Enable pulse stream analysis ( note is very resource intensive and will not work with other modules )
348347
| Analysis | RTL_ANALYZE=## | Enable pulse stream analysis for decoder ##
349348
| Modulation | OOK_MODULATION | Enable OOK Device Decoders, setting to false enables FSK Device Decoders
349+
| Other | DEVICE_DEBUG | Validate fields are mapped to response object ( rtl_433 ), used during code base refresh |
350350

351351
# Module Wiring
352352
| Type | Directive | Description |
@@ -362,7 +362,7 @@ The first approach is what is recommended in the SX127X datasheet, and the secon
362362
| | RF_MODULE_RST | SX1276 RST PIN
363363
| | RF_MODULE_DIO1 | SX1276 DIO1 PIN
364364
| SX1278 Module Options |
365-
| | RF_SX1278 - Enable support for SX1276
365+
| | RF_SX1278 | Enable support for SX1276
366366
| | OOK_FIXED_THRESHOLD | Initial OOK threshold ( See 2.1.3.2. of datasheet ), defaults to 90
367367
| | AUTOOOKFIX | Set to enable automatic setting of OOK_FIXED_THRESHOLD based on noise level between signals
368368
| SX1278 Module Wiring ( Required if not using standard configuration ) |

0 commit comments

Comments
 (0)