From 4620cf966bb00a585444261919cd4cb8822a2dae Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 25 Oct 2021 16:24:53 +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 f6086c0..9010a7e 100644 --- a/Compatible-boards.md +++ b/Compatible-boards.md @@ -1,7 +1,7 @@ # Intro All work was done on ESP32-WROOM with custom made LoRa shield, Arduino Board is "ESP32 Dev Module". -# Supported LoRa module types +# Supported LoRa and other module types Supported modules - modules, which are supported by [RadioLib](https://github.com/jgromes/RadioLib): - `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`