This commit is contained in:
thelsing
2020-06-24 18:48:55 +02:00
committed by GitHub
parent 5855f35eef
commit 084657cb7a

View File

@@ -45,6 +45,9 @@ void BauSystemB::enabled(bool value)
void BauSystemB::sendNextGroupTelegram()
{
if(!configured())
return;
static uint16_t startIdx = 1;
GroupObjectTableObject& table = _groupObjTable;