From 536214241cedda357759648b12a45b96e56b0587 Mon Sep 17 00:00:00 2001 From: crosstyan Date: Mon, 25 Aug 2025 18:07:41 +0800 Subject: [PATCH] feat: update set_packet_type_lora function to remove parameter for LORA packet type configuration --- inc/llcc68.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/llcc68.hpp b/inc/llcc68.hpp index 362a8fa..e5c6534 100644 --- a/inc/llcc68.hpp +++ b/inc/llcc68.hpp @@ -487,7 +487,7 @@ set_dio2_as_rf_switch(const bool en) { * \sa SetPacketType */ inline Result -set_packet_type_lora(uint8_t sf) { +set_packet_type_lora() { Result res; constexpr auto mod = RADIOLIB_SX126X_PACKET_TYPE_LORA; uint8_t data[7]; @@ -1348,7 +1348,7 @@ static constexpr auto begin = [](const lora_parameters_t ¶ms) -> Result