Updated Compatible boards (markdown)

master
sh123 2021-11-20 16:43:04 +02:00
rodzic fe22161081
commit af7f7836f5
1 zmienionych plików z 1 dodań i 1 usunięć

@ -5,7 +5,7 @@ All work was done on ESP32-WROOM with custom made **RA-01**/**SX1278** LoRa shie
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 update `config.h`, replace `MODULE_NAME` with your module name
according to RadioLib naming
- **SX1268** is used when `USE_SX126X` is enabled in `module_name.h`, for other `SX126x` modules need to set corresponding `MODULE_NAME` in `config.h`
- **SX1268** is used when `USE_SX126X` is enabled in `config.h`, for other `SX126x` modules need to set corresponding `MODULE_NAME` in `config.h`
- other RadioLib module types - check [RadioLib documentation](https://github.com/jgromes/RadioLib/wiki/Modules), modify `config.h` and code accordingly, open Issue if help is needed, most likely it will not compile out of the box and some changes are needed.
If using **arduino-LoRa** library then supported modules are **SX1276/77/78/79**.