diff --git a/examples/LLCC68/LLCC68_Receive_Blocking/LLCC68_Receive_Blocking.ino b/examples/LLCC68/LLCC68_Receive_Blocking/LLCC68_Receive_Blocking.ino index 98e7b95e..f934e18c 100644 --- a/examples/LLCC68/LLCC68_Receive_Blocking/LLCC68_Receive_Blocking.ino +++ b/examples/LLCC68/LLCC68_Receive_Blocking/LLCC68_Receive_Blocking.ino @@ -3,8 +3,10 @@ This example listens for LoRa transmissions using LLCC68 LoRa modules. - NOTE: LLCC68 modules offer the same features as SX1261 and has the same - interface. Please see SX126x examples for full reference. + NOTE: LLCC68 modules offer the same features as SX1261 and have the same + interface. The difference is in the available LoRa settings (not all + spreading factors are available on LLCC68). + Please see SX126x examples for full reference. WARNING: Often, LLCC68 modules are mislabeled. If you are seeing error -2 (RADIOLIB_ERR_CHIP_NOT_FOUND) and debug mode shows "SX1261" as diff --git a/examples/LLCC68/LLCC68_Transmit_Blocking/LLCC68_Transmit_Blocking.ino b/examples/LLCC68/LLCC68_Transmit_Blocking/LLCC68_Transmit_Blocking.ino index 349c3f2c..8874f339 100644 --- a/examples/LLCC68/LLCC68_Transmit_Blocking/LLCC68_Transmit_Blocking.ino +++ b/examples/LLCC68/LLCC68_Transmit_Blocking/LLCC68_Transmit_Blocking.ino @@ -3,8 +3,10 @@ This example transmits packets using LLCC68 LoRa radio module. - NOTE: LLCC68 modules offer the same features as SX1261 and has the same - interface. Please see SX126x examples for full reference. + NOTE: LLCC68 modules offer the same features as SX1261 and have the same + interface. The difference is in the available LoRa settings (not all + spreading factors are available on LLCC68). + Please see SX126x examples for full reference. WARNING: Often, LLCC68 modules are mislabeled. If you are seeing error -2 (RADIOLIB_ERR_CHIP_NOT_FOUND) and debug mode shows "SX1261" as