From 96f7245b897007d8d249578d7264976d705d3e58 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:04:37 -0500 Subject: [PATCH] Update Gateway.md --- extras/Gateway.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extras/Gateway.md b/extras/Gateway.md index 45fa3af..1b03c12 100644 --- a/extras/Gateway.md +++ b/extras/Gateway.md @@ -92,6 +92,12 @@ For SX126x chips: LoRa BUSY pin. For SX127x: DIO1 pin, or "RADIOLIB_NC" to leave LoRa TX power in dBm. #### ```#define USE_SX126X``` Enable this if using the SX126x series of LoRa chips. + +#### ```#define CUSTOM_SPI``` +Enable this to define non-default SPI pins. +#### ```#define LORA_SPI_SCK n```, ```LORA_SPI_MISO n```, ```LORA_SPI_MOSI n``` +Custom SPI pin definitions. + # **LoRa radio parameters are generally configured in the 'src/fdrs_globals.h' file.** The following values may be set in the gateway configuration file if the user wishes to override the global value: @@ -110,11 +116,6 @@ LoRa sync word. Can be used to distinguish different networks. Note that 0x34 is #### ```#define LORA_INTERVAL n``` Interval between LoRa buffer releases. Must be longer than transmission time-on-air. -#### ```#define CUSTOM_SPI``` -Enable this to define non-default SPI pins. -#### ```#define LORA_SPI_SCK n```, ```LORA_SPI_MISO n```, ```LORA_SPI_MOSI n``` -Custom SPI pin definitions. - ## WiFi and MQTT Configuration WiFi and MQTT parameters are generally configured in the 'src/fdrs_globals.h' file. The following values may be set in the gateway configuration file if the user wishes to override the global value: #### ```#define WIFI_SSID "cccc"``` and ``` WIFI_PASS "cccc" ```