mirror of
https://github.com/thelsing/knx.git
synced 2025-02-04 00:16:20 +01:00
Fix: Typo
This commit is contained in:
parent
9a7b6a5e80
commit
3de8903b52
@ -298,7 +298,7 @@ bool GroupObject::valueNoSendCompare(const KNXValue& value, const Dpt& type)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// convert new value to given dtp
|
// convert new value to given DPT
|
||||||
uint8_t newData[_dataLength];
|
uint8_t newData[_dataLength];
|
||||||
memset(newData, 0, _dataLength);
|
memset(newData, 0, _dataLength);
|
||||||
const bool encodingDone = KNX_Encode_Value(value, newData, _dataLength, type);
|
const bool encodingDone = KNX_Encode_Value(value, newData, _dataLength, type);
|
||||||
|
Loading…
Reference in New Issue
Block a user