mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
minor comments
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
#define EMSESP_SETTINGS_FILE "/config/emsespSettings.json"
|
#define EMSESP_SETTINGS_FILE "/config/emsespSettings.json"
|
||||||
#define EMSESP_SETTINGS_SERVICE_PATH "/rest/emsespSettings"
|
#define EMSESP_SETTINGS_SERVICE_PATH "/rest/emsespSettings"
|
||||||
|
|
||||||
#define EMSESP_DEFAULT_TX_MODE 1
|
#define EMSESP_DEFAULT_TX_MODE 1 // EMS1.0
|
||||||
#define EMSESP_DEFAULT_EMS_BUS_ID 0x0B // service key
|
#define EMSESP_DEFAULT_EMS_BUS_ID 0x0B // service key
|
||||||
|
|
||||||
#define EMSESP_DEFAULT_SYSLOG_LEVEL -1
|
#define EMSESP_DEFAULT_SYSLOG_LEVEL -1 // OFF
|
||||||
#define EMSESP_DEFAULT_SYSLOG_MARK_INTERVAL 0
|
#define EMSESP_DEFAULT_SYSLOG_MARK_INTERVAL 0
|
||||||
#define EMSESP_DEFAULT_SYSLOG_HOST ""
|
#define EMSESP_DEFAULT_SYSLOG_HOST ""
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,6 @@
|
|||||||
#include "shower.h"
|
#include "shower.h"
|
||||||
#include "roomcontrol.h"
|
#include "roomcontrol.h"
|
||||||
|
|
||||||
#include "devices/boiler.h"
|
|
||||||
|
|
||||||
#define WATCH_ID_NONE 0 // no watch id set
|
#define WATCH_ID_NONE 0 // no watch id set
|
||||||
|
|
||||||
namespace emsesp {
|
namespace emsesp {
|
||||||
|
|||||||
Reference in New Issue
Block a user