From 20c9f2f169b6664277fdd1e37510e32a73a05bc2 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 5 Jan 2021 15:42:09 +0100 Subject: [PATCH] add config statements for pid and timeprop --- tasmota/my_user_config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index fb9c30774..f357a7ad0 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -811,6 +811,11 @@ // -- Prometheus exporter --------------------------- //#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) + // For details on the configuration please see the header of tasmota/xdrv_91_timeprop.ino +// #define USE_PID // Add suport for the PID feature (+11k5 code) + // For details on the configuration please see the header of tasmota/xdrv_92_pid.ino // -- End of general directives ------------------- /*********************************************************************************************\