mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
store weblog settings, no log filtering, prevent double messages
This commit is contained in:
@@ -164,4 +164,16 @@
|
||||
#define EMSESP_DEFAULT_SENSOR_NAME ""
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_WEBLOG_LEVEL
|
||||
#define EMSESP_DEFAULT_WEBLOG_LEVEL 6 // INFO
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_WEBLOG_BUFFER
|
||||
#define EMSESP_DEFAULT_WEBLOG_BUFFER 50
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_WEBLOG_COMPACT
|
||||
#define EMSESP_DEFAULT_WEBLOG_COMPACT true
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user