1
0
mirror of https://github.com/thelsing/knx.git synced 2025-01-07 00:05:47 +01:00
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() void BauSystemB::sendNextGroupTelegram()
{ {
if(!configured())
return;
static uint16_t startIdx = 1; static uint16_t startIdx = 1;
GroupObjectTableObject& table = _groupObjTable; GroupObjectTableObject& table = _groupObjTable;