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