refactor: remove unnecessary reset call in begin function

This commit is contained in:
2025-08-07 16:11:25 +08:00
parent 059070e146
commit edcdc779d9

View File

@ -1256,7 +1256,6 @@ static constexpr auto begin = [](const lora_parameters_t &params) -> Result<Unit
**/
Result<Unit, error_t> res;
/* res = reset(); */
/* explicit not reset the chip by pin, due to unexpected side effect */
res = standby();