You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally the warning in dpt.cpp is not correct for DPT 16.000
Dpt::Dpt(short mainGroup, short subGroup, short index /* = 0 */)
: mainGroup(mainGroup), subGroup(subGroup), index(index)
{
if (subGroup == 0)
println("WARNING: You used and invalid Dpt *.0");
I would be happy if you could fix it.
Kind regards
The text was updated successfully, but these errors were encountered:
Hi,
the DPT 1.024 and 1.100 are missing in dpdconvert.cpp:
Additionally the warning in dpt.cpp is not correct for DPT 16.000
I would be happy if you could fix it.
Kind regards
The text was updated successfully, but these errors were encountered: