mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
Update esphome/components/esp32_ble_server/ble_characteristic.h
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
parent
0bddfa1b39
commit
9c64b377c8
@ -75,7 +75,7 @@ class BLECharacteristic : public EventEmitter<BLECharacteristicEvt::VectorEvt, s
|
||||
|
||||
protected:
|
||||
bool write_event_{false};
|
||||
BLEService *service_ = nullptr;
|
||||
BLEService *service_{};
|
||||
ESPBTUUID uuid_;
|
||||
esp_gatt_char_prop_t properties_;
|
||||
uint16_t handle_{0xFFFF};
|
||||
|
Loading…
Reference in New Issue
Block a user