update code size metrics

This commit is contained in:
Marcus 2021-01-10 15:47:26 +01:00
parent d54ee12441
commit dee3864f87
1 changed files with 3 additions and 3 deletions

View File

@ -828,10 +828,10 @@
#define THERMOSTAT_TEMP_BAND_NO_PEAK_DET 1 // Default temperature band in thenths of degrees celsius within no peak will be detected #define THERMOSTAT_TEMP_BAND_NO_PEAK_DET 1 // Default temperature band in thenths of degrees celsius within no peak will be detected
#define THERMOSTAT_TIME_STD_DEV_PEAK_DET_OK 10 // Default standard deviation in minutes of the oscillation periods within the peak detection is successful #define THERMOSTAT_TIME_STD_DEV_PEAK_DET_OK 10 // Default standard deviation in minutes of the oscillation periods within the peak detection is successful
// -- PID and Timeprop ------------------------------ // -- PID and Timeprop ------------------------------ // Both together will add +12k1 code
//#define USE_TIMEPROP // Add support for the timeprop feature (+0k8 code) // #define use TIMEPROP // Add support for the timeprop feature (+9k1 code)
// For details on the configuration please see the header of tasmota/xdrv_48_timeprop.ino // For details on the configuration please see the header of tasmota/xdrv_48_timeprop.ino
//#define USE_PID // Add suport for the PID feature (+11k1 code) // #define USE_PID // Add suport for the PID feature (+11k2 code)
// For details on the configuration please see the header of tasmota/xdrv_49_pid.ino // For details on the configuration please see the header of tasmota/xdrv_49_pid.ino
// -- End of general directives --------------------- // -- End of general directives ---------------------