From 589cb6ea961cd1937fed749a8598775adf18b732 Mon Sep 17 00:00:00 2001 From: nitiantuhao <2062405236@qq.com> Date: Sun, 5 Apr 2026 14:46:22 +0800 Subject: [PATCH] 1.0 --- App/VL53L0X_API/platform/vl53_calibration_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App/VL53L0X_API/platform/vl53_calibration_config.h b/App/VL53L0X_API/platform/vl53_calibration_config.h index 7fe9609..448334e 100644 --- a/App/VL53L0X_API/platform/vl53_calibration_config.h +++ b/App/VL53L0X_API/platform/vl53_calibration_config.h @@ -24,13 +24,13 @@ static const Vl53RuntimeCalibration_t k_vl53_left_calibration[2] = { { .offset_micro_meters = 8000, .xtalk_compensation_rate_mcps = 0, - .offset_calibrated = 1, + .offset_calibrated = 0, .xtalk_calibrated = 0, }, { .offset_micro_meters = 8000, .xtalk_compensation_rate_mcps = 0, - .offset_calibrated = 1, + .offset_calibrated = 0, .xtalk_calibrated = 0, }, }; @@ -39,13 +39,13 @@ static const Vl53RuntimeCalibration_t k_vl53_right_calibration[2] = { { .offset_micro_meters = 2000, .xtalk_compensation_rate_mcps = 0, - .offset_calibrated = 1, + .offset_calibrated = 0, .xtalk_calibrated = 0, }, { .offset_micro_meters = 9000, .xtalk_compensation_rate_mcps = 0, - .offset_calibrated = 1, + .offset_calibrated = 0, .xtalk_calibrated = 0, }, };