mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
Make logger string memory usage more efficient (#641)
* Make logger string storing more efficient * Lint
This commit is contained in:
@@ -140,7 +140,7 @@ bool ESP32BLETracker::ble_setup() {
|
||||
|
||||
void ESP32BLETracker::start_scan(bool first) {
|
||||
if (!xSemaphoreTake(this->scan_end_lock_, 0L)) {
|
||||
ESP_LOGW("Cannot start scan!");
|
||||
ESP_LOGW(TAG, "Cannot start scan!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user