mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Fix for New Uninitialized-Handling
This commit is contained in:
@@ -290,7 +290,7 @@ void GroupObject::valueNoSend(const KNXValue& value, const Dpt& type)
|
||||
|
||||
bool GroupObject::valueNoSendCompare(const KNXValue& value, const Dpt& type)
|
||||
{
|
||||
if (_commFlag == Uninitialized)
|
||||
if (_commFlagEx.uninitialized)
|
||||
{
|
||||
// always set first value
|
||||
this->valueNoSend(value, type);
|
||||
|
||||
Reference in New Issue
Block a user