thruActivated as a property

This commit is contained in:
lathoub 2020-04-23 22:14:13 +02:00 committed by GitHub
parent 3ae9fe9ae7
commit d278592c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@ public:
} }
protected: protected:
static const bool thruActivated = false;
void begin() void begin()
{ {
mBleClass.begin(mDeviceName, this); mBleClass.begin(mDeviceName, this);