Updated Configuration parameters (markdown)

master
sh123 2021-11-15 15:51:41 +02:00
rodzic 0e39260cde
commit 068b0940fa
1 zmienionych plików z 3 dodań i 3 usunięć

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