From 0f6244425b9f8cd323e28c02ab4bdbbd0f8f32bb Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 12 Dec 2022 16:21:52 +0200 Subject: [PATCH] Updated Configuration parameters (markdown) --- Configuration-parameters.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration-parameters.md b/Configuration-parameters.md index e449f1d..388d268 100644 --- a/Configuration-parameters.md +++ b/Configuration-parameters.md @@ -1,6 +1,5 @@ | Category | Dynamic param name | Compile time (default) config.h param name | Description | |----------|-------------|---------------|-------------| -| 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, set to `DebugLogLevel::LVL_NONE` to disable USB serial logging) |