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, }, };