sysLog fixed, added logging library (for serial & syslog)

This commit is contained in:
2020-05-31 18:14:10 +03:00
parent 00e631515f
commit 8c95732164
16 changed files with 161 additions and 26 deletions

View File

@@ -3,6 +3,7 @@
#include "options.h"
#include "Streaming.h"
#include "item.h"
#include "main.h"
#if defined(M5STACK)
#include <M5Stack.h>

View File

@@ -6,6 +6,7 @@
#include "Streaming.h"
#include "item.h"
#include "textconst.h"
#include "main.h"
#ifndef AC_Serial
#define AC_Serial Serial3

View File

@@ -8,6 +8,7 @@
#include "item.h"
#include <ModbusMaster.h>
#include "main.h"
extern aJsonObject *modbusObj;
extern ModbusMaster node;

View File

@@ -6,6 +6,7 @@
#include "Streaming.h"
#include "item.h"
#include "main.h"
static int driverStatus = CST_UNKNOWN;

View File

@@ -6,6 +6,7 @@
#include "Streaming.h"
#include "item.h"
#include "main.h"
#ifdef ADAFRUIT_LED