adjust code size changes

This commit is contained in:
Marcus 2021-01-07 00:01:21 +01:00
parent c820f435be
commit 26372c3c11
1 changed files with 2 additions and 2 deletions

View File

@ -812,9 +812,9 @@
//#define USE_PROMETHEUS // Add support for https://prometheus.io/ metrics exporting over HTTP /metrics endpoint
// -- PID and Timeprop ------------------------------
// #define use TIMEPROP // Add support for the timeprop feature (+9k2 code)
// #define use TIMEPROP // Add support for the timeprop feature (+0k8 code)
// For details on the configuration please see the header of tasmota/xdrv_48_timeprop.ino
// #define USE_PID // Add suport for the PID feature (+11k5 code)
// #define USE_PID // Add suport for the PID feature (+11k1 code)
// For details on the configuration please see the header of tasmota/xdrv_49_pid.ino
// -- End of general directives -------------------