Updated Software, environment and sketch configuration (markdown)

master
sh123 2021-10-26 12:10:05 +03:00
rodzic 7d0560ed66
commit f72d6991fb
1 zmienionych plików z 0 dodań i 2 usunięć

@ -8,8 +8,6 @@
![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/aprsdroid.png) ![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/aprsdroid.png)
- if need interoperability with LoRa APRS projects, which transfer plain text APRS messages, then need to use `TNC (plain text TNC2)` option
# LoRa library configuration # 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) - 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 declarations in `loraprs_service.cpp` and `loraprs_service.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 and not using SX1278 module then modify module declarations in `loraprs_service.cpp` and `loraprs_service.h` find and replace `SX1278` with your module name. Read more about supported modules at [RadioLib Wiki](https://github.com/jgromes/RadioLib/wiki).