Merge pull request #3262 from thinkyhead/rc_less_uptight_temps
Relax the test for "Heating failed" errors
This commit is contained in:
commit
4b697938e6
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -80,8 +80,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
* If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
|
||||||
* WATCH_TEMP_INCREASE should not be below 2.
|
* WATCH_TEMP_INCREASE should not be below 2.
|
||||||
*/
|
*/
|
||||||
#define WATCH_TEMP_PERIOD 16 // Seconds
|
#define WATCH_TEMP_PERIOD 20 // Seconds
|
||||||
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user