mirror of
https://github.com/thelsing/knx.git
synced 2025-01-07 00:05:47 +01:00
fix #46
This commit is contained in:
parent
5855f35eef
commit
084657cb7a
@ -45,6 +45,9 @@ void BauSystemB::enabled(bool value)
|
|||||||
|
|
||||||
void BauSystemB::sendNextGroupTelegram()
|
void BauSystemB::sendNextGroupTelegram()
|
||||||
{
|
{
|
||||||
|
if(!configured())
|
||||||
|
return;
|
||||||
|
|
||||||
static uint16_t startIdx = 1;
|
static uint16_t startIdx = 1;
|
||||||
|
|
||||||
GroupObjectTableObject& table = _groupObjTable;
|
GroupObjectTableObject& table = _groupObjTable;
|
||||||
|
Loading…
Reference in New Issue
Block a user