From 9ab090203bf01f05744ff3dcade1914997de4153 Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 13 Nov 2021 15:35:09 +0200 Subject: [PATCH] Updated Software, environment and sketch configuration (markdown) --- Software,-environment-and-sketch-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software,-environment-and-sketch-configuration.md b/Software,-environment-and-sketch-configuration.md index 204d902..dfcc088 100644 --- a/Software,-environment-and-sketch-configuration.md +++ b/Software,-environment-and-sketch-configuration.md @@ -5,8 +5,8 @@ # LoRa library configuration - Decide if you want to use [arduino-LoRa](https://github.com/espressif/arduino-esp32) or [RadioLib](https://github.com/jgromes/RadioLib) library, you have to use RadioLib library if you are NOT using `SX127x` module, uncomment `USE_RADIOLIB` in `loraprs_service.h` if you want to use [RadioLib](https://github.com/jgromes/RadioLib) - - If you are using RadioLib and not using SX1278 module then modify module declaration in `module_name.h` find and replace `SX1278` with your module name. Read more about supported modules at [RadioLib Wiki](https://github.com/jgromes/RadioLib/wiki). - - If you are using RadioLib with `SX126X` module then uncomment `USE_SX126X` define and replace `MODULE_NAME` with your module name if using module other than `SX1268` + - If you are using RadioLib and not using **SX1278** module then modify module declaration in `module_name.h` find and replace `SX1278` with your module name. Read more about supported modules at [RadioLib Wiki](https://github.com/jgromes/RadioLib/wiki). + - If you are using RadioLib with **SX126X** module then un-comment `USE_SX126X` define and replace `MODULE_NAME` with your module name if using module other than `SX1268` # Sketch configuration - go to esp32_loraprs.ino and make next changes based on your requirements in `initializeConfig()`