1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 17:22:20 +01:00

A few esp32_ble_server/improv fixes (#2562)

This commit is contained in:
Jesse Hills
2021-10-21 06:45:10 +13:00
committed by GitHub
parent e79f7ce290
commit e4d17e0b15
3 changed files with 18 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ class ESP32ImprovComponent : public Component, public BLEServiceComponent {
std::vector<uint8_t> incoming_data_;
wifi::WiFiAP connecting_sta_;
BLEService *service_;
std::shared_ptr<BLEService> service_;
BLECharacteristic *status_;
BLECharacteristic *error_;
BLECharacteristic *rpc_;