mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 23:32:23 +01:00
Implement proper API connection teardown before deep sleep/reboot (#9008)
This commit is contained in:
@@ -43,7 +43,6 @@ class BLEServer : public Component,
|
||||
float get_setup_priority() const override;
|
||||
bool can_proceed() override;
|
||||
|
||||
void teardown();
|
||||
bool is_running();
|
||||
|
||||
void set_manufacturer_data(const std::vector<uint8_t> &data) {
|
||||
|
Reference in New Issue
Block a user