mirror of
https://github.com/thelsing/knx.git
synced 2025-01-25 00:06: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
|
||||
{
|
||||
// convert new value to given dtp
|
||||
// convert new value to given DPT
|
||||
uint8_t newData[_dataLength];
|
||||
memset(newData, 0, _dataLength);
|
||||
const bool encodingDone = KNX_Encode_Value(value, newData, _dataLength, type);
|
||||
|
Loading…
Reference in New Issue
Block a user