mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +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()
|
||||
{
|
||||
if(!configured())
|
||||
return;
|
||||
|
||||
static uint16_t startIdx = 1;
|
||||
|
||||
GroupObjectTableObject& table = _groupObjTable;
|
||||
|
Loading…
Reference in New Issue
Block a user