Adjust PID tune timeouts and thermal watchdog

- Updated readme
- Adjusted WATCH_TEMP_PERIOD to be more tolerant
- Raised PID tuning timeout
- Adjusted default PID tuning commands
- Changed hex file naming
This commit is contained in:
David Ramiro
2018-12-24 14:26:06 +01:00
parent 6517c2deb5
commit c5ae6e872f
11 changed files with 23019 additions and 23031 deletions

View File

@@ -90,8 +90,8 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD 35 // Seconds
#define WATCH_TEMP_INCREASE 5 // Degrees Celsius
#define WATCH_TEMP_PERIOD 60 // Seconds
#define WATCH_TEMP_INCREASE 3 // Degrees Celsius
#endif
/**