thruActivated as a property
This commit is contained in:
parent
3ae9fe9ae7
commit
d278592c9f
|
|
@ -41,7 +41,9 @@ public:
|
|||
mTxIndex = 0;
|
||||
}
|
||||
|
||||
protected:
|
||||
protected:
|
||||
static const bool thruActivated = false;
|
||||
|
||||
void begin()
|
||||
{
|
||||
mBleClass.begin(mDeviceName, this);
|
||||
|
|
|
|||
Loading…
Reference in New Issue