mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Fix clang format
This commit is contained in:
parent
214bd354a0
commit
8e2fa076e2
1 changed files with 2 additions and 3 deletions
|
@ -27,9 +27,8 @@ void ESP32ImprovComponent::setup() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
global_ble_server->on(BLEServerEvt::EmptyEvt::ON_DISCONNECT, [this](uint16_t conn_id) {
|
global_ble_server->on(BLEServerEvt::EmptyEvt::ON_DISCONNECT,
|
||||||
this->set_error_(improv::ERROR_NONE);
|
[this](uint16_t conn_id) { this->set_error_(improv::ERROR_NONE); });
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ESP32ImprovComponent::setup_characteristics() {
|
void ESP32ImprovComponent::setup_characteristics() {
|
||||||
|
|
Loading…
Reference in a new issue