This commit is contained in:
thelsing 2020-06-24 18:48:55 +02:00 committed by GitHub
parent 5855f35eef
commit 084657cb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;