mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-14 01:05:16 +00:00
LLCC68 doesn't support SF12 neither the "Long Slow" channel
This commit is contained in:
parent
8eb0d685ac
commit
bfa0307231
@ -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>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user