Skip to content
Snippets Groups Projects
Verified Commit 65ff8f54 authored by dos's avatar dos
Browse files

no temp

parent df70deb6
No related branches found
No related tags found
No related merge requests found
Pipeline #12722 passed
...@@ -308,6 +308,8 @@ esp_err_t flow3r_bsp_imu_read_gyro_dps(flow3r_bsp_imu_t *imu, float *x, ...@@ -308,6 +308,8 @@ esp_err_t flow3r_bsp_imu_read_gyro_dps(flow3r_bsp_imu_t *imu, float *x,
esp_err_t flow3r_bsp_imu_read_pressure(flow3r_bsp_imu_t *imu, float *pressure, esp_err_t flow3r_bsp_imu_read_pressure(flow3r_bsp_imu_t *imu, float *pressure,
float *temperature) { float *temperature) {
*pressure = 0; *pressure = 0;
*temperature = 0;
return ESP_OK;
static temperature_sensor_handle_t temp_sensor = NULL; static temperature_sensor_handle_t temp_sensor = NULL;
if (temp_sensor == NULL) { if (temp_sensor == NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment