🎨 Misc. config cleanup

This commit is contained in:
Scott Lahteine 2022-08-06 18:38:12 -05:00
parent 7f2a836251
commit 8192cc12d3
2 changed files with 3 additions and 3 deletions

View File

@ -318,7 +318,7 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD 20 // Seconds
#define WATCH_TEMP_PERIOD 40 // Seconds
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
#endif