diff --git a/Configuration-parameters.md b/Configuration-parameters.md index e4aca0a..da49269 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -1,6 +1,6 @@ | Category | Config name | config.h name | Description | |----------|-------------|---------------|-------------| -| General | LogLevel | CFG_LOG_LEVEL | One of LogDebug library levels (DebugLogLevel::LVL_INFO default, set to DebugLogLevel::LVL_TRACE for sent/received data logging) | +| General | LogLevel | CFG_LOG_LEVEL | One of LogDebug library levels (`DebugLogLevel::LVL_INFO` default, set to `DebugLogLevel::LVL_TRACE` for sent/received data logging) | | General | IsClientMode | CFG_IS_CLIENT_MODE | `true` - enable normal/client mode, `false` - run in APRS iGate mode | | LoRa | LoraFreq | CFG_LORA_FREQ | LoRa module frequency in Hz | | LoRa | LoraBw | CFG_LORA_BW | LoRa module bandwidth in Hz|