Skip to content
Snippets Groups Projects
Commit 471ebdbd authored by fxk8y's avatar fxk8y :spider:
Browse files

remove delay; can be very annoying if using multiple sensors from one task

parent 8efa898a
No related branches found
No related tags found
No related merge requests found
...@@ -357,8 +357,6 @@ esp_err_t BME280::init(gpio_num_t sdaPin, gpio_num_t clkPin) { ...@@ -357,8 +357,6 @@ esp_err_t BME280::init(gpio_num_t sdaPin, gpio_num_t clkPin) {
ESP_LOGD(LOG_TAG, "Sucessfully read chipId"); ESP_LOGD(LOG_TAG, "Sucessfully read chipId");
} }
vTaskDelay(1000/portTICK_PERIOD_MS);
readCoefficients(); readCoefficients();
// Set before CONTROL_meas (DS 5.4.3) // Set before CONTROL_meas (DS 5.4.3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment