Merge pull request #302 from gregorwolf/development
Correct naming of the output
This commit is contained in:
commit
4ca85ae00f
@ -362,7 +362,7 @@ void setup() {
|
|||||||
#ifdef HAS_BME
|
#ifdef HAS_BME
|
||||||
strcat_P(features, " BME");
|
strcat_P(features, " BME");
|
||||||
if (bme_init()) {
|
if (bme_init()) {
|
||||||
ESP_LOGI(TAG, "Starting Bluetooth sniffer...");
|
ESP_LOGI(TAG, "Starting BME sensor...");
|
||||||
xTaskCreatePinnedToCore(bme_loop, // task function
|
xTaskCreatePinnedToCore(bme_loop, // task function
|
||||||
"bmeloop", // name of task
|
"bmeloop", // name of task
|
||||||
2048, // stack size of task
|
2048, // stack size of task
|
||||||
|
Loading…
Reference in New Issue
Block a user