Skip to content

Commit

Permalink
Removes outdated comment.
Browse files Browse the repository at this point in the history
The bug was fixed by the parent commit.
  • Loading branch information
rbaron committed Aug 15, 2022
1 parent ec9abc6 commit 8c2b4c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esphome/components/ble_client/ble_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void BLEClient::gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t es
if (param->cfg_mtu.status != ESP_GATT_OK) {
ESP_LOGW(TAG, "cfg_mtu to %s failed, mtu %d, status %d", this->address_str().c_str(), param->cfg_mtu.mtu,
param->cfg_mtu.status);
// This is causing some bugs.
this->set_states_(espbt::ClientState::IDLE);
break;
}
Expand Down

0 comments on commit 8c2b4c2

Please sign in to comment.