From edcdc779d94dea9002718d922654ed91ec086410 Mon Sep 17 00:00:00 2001 From: crosstyan Date: Thu, 7 Aug 2025 16:11:25 +0800 Subject: [PATCH] refactor: remove unnecessary reset call in begin function --- inc/llcc68.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/llcc68.hpp b/inc/llcc68.hpp index ef15ab2..a82b329 100644 --- a/inc/llcc68.hpp +++ b/inc/llcc68.hpp @@ -1256,7 +1256,6 @@ static constexpr auto begin = [](const lora_parameters_t ¶ms) -> Result res; - /* res = reset(); */ /* explicit not reset the chip by pin, due to unexpected side effect */ res = standby();