mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
add config statements for pid and timeprop
This commit is contained in:
parent
69c41d9c3d
commit
20c9f2f169
@ -811,6 +811,11 @@
|
|||||||
// -- Prometheus exporter ---------------------------
|
// -- Prometheus exporter ---------------------------
|
||||||
//#define USE_PROMETHEUS // Add support for https://prometheus.io/ metrics exporting over HTTP /metrics endpoint
|
//#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 -------------------
|
// -- End of general directives -------------------
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user