diff --git a/bau_systemB.cpp b/bau_systemB.cpp index 77d369c..129fafd 100644 --- a/bau_systemB.cpp +++ b/bau_systemB.cpp @@ -40,7 +40,7 @@ void BauSystemB::sendNextGroupTelegram() GroupObjectTableObject& table = _groupObjTable; uint16_t objCount = table.entryCount(); - for (uint16_t asap = startIdx; asap < objCount; asap++) + for (uint16_t asap = startIdx; asap <= objCount; asap++) { GroupObject& go = table.get(asap);