summaryrefslogtreecommitdiff
path: root/src/BLEService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BLEService.h')
-rw-r--r--src/BLEService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLEService.h b/src/BLEService.h
index 2b78e62..79958f3 100644
--- a/src/BLEService.h
+++ b/src/BLEService.h
@@ -64,6 +64,7 @@ public:
void start();
std::string toString();
uint16_t getHandle();
+ uint8_t m_id = 0;
private:
BLEService(const char* uuid, uint32_t numHandles);