Skip to content

Commit b797b5b

Browse files
committed
Revert "Update BLECharacteristic.h"
This reverts commit 8e670ad.
1 parent 54d2bdb commit b797b5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BLECharacteristic.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class BLECharacteristic {
105105
BLEService* m_pService;
106106
BLEValue m_value;
107107
esp_gatt_perm_t m_permissions = ESP_GATT_PERM_READ | ESP_GATT_PERM_WRITE;
108-
bool m_writeEvt = false;
109108

110109
void handleGATTServerEvent(
111110
esp_gatts_cb_event_t event,

0 commit comments

Comments
 (0)