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:
@@ -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_;
|
||||
|
Reference in New Issue
Block a user