Skip to content

Commit

Permalink
Fix: Set Uninitialized=false on objectWritten()
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius-koepp committed Jan 16, 2024
1 parent a18d853 commit 0a17a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/knx/group_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ void GroupObject::requestObjectRead()
void GroupObject::objectWritten()
{
_commFlagEx.commFlag = WriteRequest;
_commFlagEx.uninitialized = false;
}

size_t GroupObject::valueSize()
Expand Down

0 comments on commit 0a17a50

Please sign in to comment.