From 5aed0154ac69caca08a358daf14fadee884fe690 Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 25 Oct 2021 16:29:46 +0300 Subject: [PATCH] Updated Compatible boards (markdown) --- Compatible-boards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compatible-boards.md b/Compatible-boards.md index 9f7f6c1..f096b16 100644 --- a/Compatible-boards.md +++ b/Compatible-boards.md @@ -7,7 +7,7 @@ If using arduino-LoRa library then supported modules are SX1276/77/78/79. If using RadioLib then supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib/wiki/Modules): - `SX1278` is a default module, for other `SX127x` modules need to modify module declarations in `loraprs_service.cpp` and `loraprs_service.h` - `SX126x` is using `DIO1` pin for ISR instead of `DIO0`, compilation might fail and need manual rename `clearDio0Action` and `setDio0Action` to `clearDio1Action` and `setDio1Action` -- other RadioLib module types - check [RadioLib documentation](https://github.com/jgromes/RadioLib/wiki/Modules), modify code accordingly, open Issue if help needed +- other RadioLib module types - check [RadioLib documentation](https://github.com/jgromes/RadioLib/wiki/Modules), modify code accordingly, open Issue if help is needed If your ESP32 board is compatible or has build in LoRa module then it should work without redefining pinouts, for custom shields there might be need to redefine pinouts to LoRa module if it differs (see further description in Software Setup section), currently pinouts are connected from LoRa to ESP32-WROOM as (SS/RST/DIO0 could be redefined in config.h):