diff --git a/src/mesh/LLCC68Interface.h b/src/mesh/LLCC68Interface.h index 9d0ab6ca..7de5e97f 100644 --- a/src/mesh/LLCC68Interface.h +++ b/src/mesh/LLCC68Interface.h @@ -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 {