From 26372c3c11941b7902d851ba49e637b5095ee3d5 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 7 Jan 2021 00:01:21 +0100 Subject: [PATCH] adjust code size changes --- tasmota/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 64d6c665d..5040f6c09 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -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 -------------------