kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Compatible boards (markdown)
rodzic
d79250f6a9
commit
4620cf966b
|
@ -1,7 +1,7 @@
|
||||||
# Intro
|
# Intro
|
||||||
All work was done on ESP32-WROOM with custom made LoRa shield, Arduino Board is "ESP32 Dev Module".
|
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):
|
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`
|
- `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`
|
- `SX126x` is using `DIO1` pin for ISR instead of `DIO0`, compilation might fail and need manual rename `clearDio0Action` and `setDio0Action` to `clearDio1Action` and `setDio1Action`
|
||||||
|
|
Ładowanie…
Reference in New Issue