diff --git a/Configuration-parameters.md b/Configuration-parameters.md index cdec371..4260ee1 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -28,7 +28,7 @@ | APRS | AprsFilter | CFG_APRS_FILTER | APRS-IS incoming packet filter when running in iGate TX capable mode, see [APRS-IS specification](http://www.aprs-is.net/javAPRSFilter.aspx) for supported formats, multiple filters are space separated| | APRS | AprsRawBeacon | CFG_APRS_RAW_BKN | Raw APRS beacon | | APRS | AprsRawBeaconPeriodMinutes | 20 | Raw APRS beacon transmission period | -| APRS | EnableSignalReport | CFG_SIGNAL_REPORT | Signal report will be added to the comment sent to APRS-IS | +| APRS | EnableSignalReport | CFG_SIGNAL_REPORT | `true` - signal report will be added to the comment sent to APRS-IS, `fasle` - won't be added | | APRS | EnablePersistentAprsConnection | CFG_PERSISTENT_APRS | `true` - keep tcp/ip connection open, `false` - connect on new packet (very rare traffic) | | APRS | EnableRfToIs | CFG_RF_TO_IS | Forward packets from radio to internet | | APRS | EnableIsToRf | CFG_IS_TO_RF | Forward packets from internet to radio, `CFG_APRS_FILTER` filter rule applies |