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

@ -41,7 +41,9 @@ public:
mTxIndex = 0;
}
protected:
protected:
static const bool thruActivated = false;
void begin()
{
mBleClass.begin(mDeviceName, this);