sforkowany z mirror/meshtastic-firmware
LLCC68 doesn't support SF12 neither the "Long Slow" channel
rodzic
8eb0d685ac
commit
bfa0307231
|
@ -5,6 +5,10 @@
|
|||
/**
|
||||
* Our adapter for LLCC68 radios
|
||||
* 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>
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue