From 6dbc2fdab5cf34a91c8f3c27f3152b9614894d3f Mon Sep 17 00:00:00 2001 From: sh123 Date: Thu, 21 Oct 2021 21:58:07 +0300 Subject: [PATCH] Documentation --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 6d87e7e..4897161 100644 --- a/config.h +++ b/config.h @@ -14,7 +14,7 @@ #define BUILTIN_LED 2 #endif -#define CFG_IS_CLIENT_MODE true // false - server mode (APRS-IS gate mode) +#define CFG_IS_CLIENT_MODE true // false - server mode (APRS-IS gate mode) // lora pinouts, CAD and ISR usage #define CFG_LORA_PIN_SS SS @@ -24,10 +24,10 @@ #define CFG_LORA_PIN_DIO1 RADIOLIB_NC // set to your DIO1 pin number if connected #define CFG_LORA_USE_ISR true // always ON for RadioLib #else -#define CFG_LORA_PIN_DIO1 LORA_IRQ // not used in arduino-LoRa -#define CFG_LORA_USE_ISR false // set to true for ISR usage in arduino-LoRa +#define CFG_LORA_PIN_DIO1 LORA_IRQ // not used in arduino-LoRa +#define CFG_LORA_USE_ISR false // set to true for ISR usage in arduino-LoRa #endif -#define CFG_LORA_USE_CAD false // set to true to utilize carrier detection +#define CFG_LORA_USE_CAD false // set to true to utilize carrier detection // lora protocol parameters #define CFG_LORA_FREQ 433.775E6 @@ -35,12 +35,12 @@ #define CFG_LORA_SF 12 #define CFG_LORA_CR 7 #define CFG_LORA_PWR 20 -#define CFG_LORA_ENABLE_CRC true // set to false for speech data +#define CFG_LORA_ENABLE_CRC true // set to false for speech data // wifi client and AP options -#define CFG_WIFI_ENABLE_AP false // run as wifi access point, for CFG_KISS_TCP_IP mode -#define CFG_WIFI_SSID "" // connect to SSID or run as this SSID in AP mode -#define CFG_WIFI_KEY "" // wifi key +#define CFG_WIFI_ENABLE_AP false // run as wifi access point, for CFG_KISS_TCP_IP mode +#define CFG_WIFI_SSID "" // connect to SSID or run as this SSID in AP mode +#define CFG_WIFI_KEY "" // wifi key // bluetooth #define CFG_BT_NAME "loraprs"