diff --git a/src/main.cpp b/src/main.cpp index 559f7139..0b44c850 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -362,7 +362,7 @@ void setup() { #ifdef HAS_BME strcat_P(features, " BME"); if (bme_init()) { - ESP_LOGI(TAG, "Starting Bluetooth sniffer..."); + ESP_LOGI(TAG, "Starting BME sensor..."); xTaskCreatePinnedToCore(bme_loop, // task function "bmeloop", // name of task 2048, // stack size of task