Merge branch 'contrib/github_pr_16211' into 'master'

fix(temperature_sensor): remove spurious printf (GitHub PR)

Closes IDFGH-15581

See merge request espressif/esp-idf!40218
This commit is contained in:
C.S.M
2025-06-30 15:19:13 +08:00

View File

@@ -175,8 +175,6 @@ esp_err_t temperature_sensor_install(const temperature_sensor_config_t *tsens_co
tsens->tsens_attribute->range_max,
tsens->tsens_attribute->error_max);
printf("tsens->tsens_attribute->reg_val: %d\n", tsens->tsens_attribute->reg_val);
temperature_sensor_ll_set_range(tsens->tsens_attribute->reg_val);
tsens->fsm = TEMP_SENSOR_FSM_INIT;