Updated Compatible boards (markdown)

master
sh123 2021-10-25 16:29:27 +03:00
rodzic d9841f53a0
commit 700c27af59
1 zmienionych plików z 1 dodań i 1 usunięć

@ -4,7 +4,7 @@ All work was done on ESP32-WROOM with custom made **RA-01**/**SX1278** LoRa shie
# Supported LoRa and other module types
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):
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