This commit is contained in:
Thomas Kunze 2024-09-14 14:59:34 +02:00
parent 1c6d772056
commit 0f3d06d8ff

View File

@ -74,6 +74,7 @@ void measureTemp()
float max = GO_MAX.value<Dpt9>();
if (currentValue > max)
GO_MAX.value<Dpt9>(currentValue);