LLCC68 doesn't support SF12 neither the "Long Slow" channel

1.2-legacy
Vladislav Osmanov 2021-11-18 14:46:04 +03:00
rodzic 8eb0d685ac
commit bfa0307231
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,10 @@
/** /**
* Our adapter for LLCC68 radios * Our adapter for LLCC68 radios
* https://www.semtech.com/products/wireless-rf/lora-core/llcc68 * https://www.semtech.com/products/wireless-rf/lora-core/llcc68
*
* Be aware that LLCC68 does not support Spreading Factor 12 (SF12) and will not work on the default "Long Slow" channel.
* You must change the channel if you get `Critical Error #3` with this module.
*
*/ */
class LLCC68Interface : public SX126xInterface<LLCC68> class LLCC68Interface : public SX126xInterface<LLCC68>
{ {