mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Fix for New Uninitialized-Handling
This commit is contained in:
parent
7b8db75d5c
commit
96bd0ee9ec
@ -290,7 +290,7 @@ void GroupObject::valueNoSend(const KNXValue& value, const Dpt& type)
|
|||||||
|
|
||||||
bool GroupObject::valueNoSendCompare(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
|
// always set first value
|
||||||
this->valueNoSend(value, type);
|
this->valueNoSend(value, type);
|
||||||
|
Loading…
Reference in New Issue
Block a user