Updated Configuration parameters (markdown)

master
sh123 2021-11-23 11:34:09 +02:00
rodzic 8a0a53530b
commit 830a5b5873
1 zmienionych plików z 1 dodań i 1 usunięć

@ -3,7 +3,7 @@
| 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 debugging) |
| 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) |
| 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|