Updated Software, environment and sketch configuration (markdown)

master
sh123 2022-12-14 08:23:21 +02:00
rodzic 47c82102de
commit fabcb4e63a
1 zmienionych plików z 2 dodań i 3 usunięć

@ -4,9 +4,8 @@
- **use 80 MHz ESP32 frequency** in Arduino SDK, it will prolong battery life when operating portable, higher CPU speed is not required, there are no CPU intensive operations
# 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 `config.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 `config.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`
- If you are not using **SX1278** module then modify module declaration in `config.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 **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()`