mirror of https://github.com/arendst/Tasmota.git
update code size metrics
This commit is contained in:
parent
2e76946e2d
commit
5a16596266
|
@ -811,10 +811,10 @@
|
|||
// -- 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 (+0k8 code)
|
||||
// -- PID and Timeprop ------------------------------ // Both together will add +12k1 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
|
||||
// #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
|
||||
// -- End of general directives -------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue