change temperature threshold

This commit is contained in:
2019-02-12 11:33:42 +01:00
parent b15f17e8ab
commit 23e74e8969

View File

@ -7,7 +7,7 @@
uint8_t temperature = 21;
const uint8_t TEMPERATURE_THRESHOLD = 25;
const uint8_t TEMPERATURE_THRESHOLD = 21;