Updated Configuration parameters (markdown)

master
sh123 2022-12-12 16:21:52 +02:00
rodzic 61dc77750a
commit 0f6244425b
1 zmienionych plików z 0 dodań i 1 usunięć

@ -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) |