diff --git a/Configuration-parameters.md b/Configuration-parameters.md index 2463f06..529de7e 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -1,8 +1,8 @@ | Category | Dynamic param name | Compile time config.h param name | Description | |----------|-------------|---------------|-------------| -| Static | | USE_RADIOLIB | RadioLib is used when defined, otherwise arduino-LoRa library is used | -| Static | | USE_SX126X | SX126X module group is used when defined, otherwise SX127X module group is used | -| Static | | MODULE_NAME | RadioLib module name, see https://github.com/jgromes/RadioLib/wiki/Modules | +| Compile time | | USE_RADIOLIB | RadioLib is used when defined, otherwise arduino-LoRa library is used | +| Compile time | | USE_SX126X | SX126X module group is used when defined, otherwise SX127X module group is used | +| Compile time | | MODULE_NAME | RadioLib module name, see https://github.com/jgromes/RadioLib/wiki/Modules | | 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 |