From d80eeb7c3f8ecc2adae28fb050e23acef77bcb75 Mon Sep 17 00:00:00 2001 From: crosstyan Date: Tue, 12 Aug 2025 12:10:04 +0800 Subject: [PATCH] feat: enhance error handling and logging in calibration functions --- inc/llcc68.hpp | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/inc/llcc68.hpp b/inc/llcc68.hpp index 37d0b31..2f33fc2 100644 --- a/inc/llcc68.hpp +++ b/inc/llcc68.hpp @@ -11,6 +11,7 @@ #include #include #include +#include "esp_log_level.h" #include "hal/gpio_types.h" #include "hal_gpio.hpp" #include "app_const_llcc68.hpp" @@ -1308,16 +1309,27 @@ static constexpr auto begin = [](const lora_parameters_t ¶ms) -> Result Result