@@ -331,13 +331,12 @@ The first approach is what is recommended in the SX127X datasheet, and the secon
331
331
| Type | Directive | Description |
332
332
| ------------- | ------------- | ------------- |
333
333
| Debug | DEMOD_DEBUG | enable verbose debugging of signal processing |
334
- | Debug | DEVICE_DEBUG | Validate fields are mapped to response object ( rtl_433 ) |
335
334
| Debug | MEMORY_DEBUG | display heap usage information |
336
335
| Debug | RESOURCE_DEBUG | Monitor HEAP and STACK usage and report large jumps |
337
336
| Signal | RAW_SIGNAL_DEBUG | display raw received messages
338
337
| Signal | PUBLISH_UNPARSED | Enable publishing of MQTT messages for unparsed signals, e.g. {model":"unknown","protocol":"signal parsing failed"…
339
338
| 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 |
341
340
| Receiver | RSSI_SAMPLES | Number of rssi samples to collect for average calculation, defaults to 50,000
342
341
| Receiver | RSSI_THRESHOLD | Delta applied to average RSSI value to calculate RSSI Signal Threshold, defaults to 9
343
342
| 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
347
346
| Analysis | RTL_ANALYZER | Enable pulse stream analysis ( note is very resource intensive and will not work with other modules )
348
347
| Analysis | RTL_ANALYZE=## | Enable pulse stream analysis for decoder ##
349
348
| 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 |
350
350
351
351
# Module Wiring
352
352
| Type | Directive | Description |
@@ -362,7 +362,7 @@ The first approach is what is recommended in the SX127X datasheet, and the secon
362
362
| | RF_MODULE_RST | SX1276 RST PIN
363
363
| | RF_MODULE_DIO1 | SX1276 DIO1 PIN
364
364
| SX1278 Module Options |
365
- | | RF_SX1278 - Enable support for SX1276
365
+ | | RF_SX1278 | Enable support for SX1276
366
366
| | OOK_FIXED_THRESHOLD | Initial OOK threshold ( See 2.1.3.2. of datasheet ), defaults to 90
367
367
| | AUTOOOKFIX | Set to enable automatic setting of OOK_FIXED_THRESHOLD based on noise level between signals
368
368
| SX1278 Module Wiring ( Required if not using standard configuration ) |
0 commit comments