mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
preen
This commit is contained in:
@@ -134,9 +134,8 @@ void ESP32BLETracker::loop() {
|
|||||||
ClientStateCounts counts = this->count_client_states_();
|
ClientStateCounts counts = this->count_client_states_();
|
||||||
if (counts != this->client_state_counts_) {
|
if (counts != this->client_state_counts_) {
|
||||||
this->client_state_counts_ = counts;
|
this->client_state_counts_ = counts;
|
||||||
ESP_LOGD(TAG, "connecting: %d, discovered: %d, searching: %d, disconnecting: %d",
|
ESP_LOGD(TAG, "connecting: %d, discovered: %d, disconnecting: %d", this->client_state_counts_.connecting,
|
||||||
this->client_state_counts_.connecting, this->client_state_counts_.discovered,
|
this->client_state_counts_.discovered, this->client_state_counts_.disconnecting);
|
||||||
this->client_state_counts_.searching, this->client_state_counts_.disconnecting);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->scanner_state_ == ScannerState::FAILED ||
|
if (this->scanner_state_ == ScannerState::FAILED ||
|
||||||
|
Reference in New Issue
Block a user