Move definition of PIDdT back to temperature.h
make it unconditional remove all definitions in the 'Configuration.h's remove form 'Conditionals.h'
This commit is contained in:
@ -390,16 +390,5 @@
|
||||
#define WRITE_FAN(v) WRITE(FAN_PIN, v)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Sampling period of the temperature routine
|
||||
* This override comes originally from temperature.cpp
|
||||
* The Configuration.h option is basically ignored.
|
||||
*/
|
||||
#ifdef PID_dT
|
||||
#undef PID_dT
|
||||
#endif
|
||||
#define PID_dT ((OVERSAMPLENR * 12.0)/(F_CPU / 64.0 / 256.0))
|
||||
|
||||
|
||||
#endif //CONFIGURATION_LCD
|
||||
#endif //CONDITIONALS_H
|
||||
|
Reference in New Issue
Block a user