mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-23 15:37:34 +01:00
Add files via upload
This commit is contained in:
@@ -207,7 +207,7 @@ miel_hvac_deg2temp(uint8_t deg)
|
||||
return (31 - deg);
|
||||
}
|
||||
else {
|
||||
return 2*deg + 128;
|
||||
return (2*deg + 128);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user