From bfa030723122874ef6626cee1b3db65bd2d7f887 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Thu, 18 Nov 2021 14:46:04 +0300 Subject: [PATCH] LLCC68 doesn't support SF12 neither the "Long Slow" channel --- src/mesh/LLCC68Interface.h | 4 ++++ 1 file changed, 4 insertions(+) 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 {