mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
sysLog fixed, added logging library (for serial & syslog)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "options.h"
|
||||
#include "Streaming.h"
|
||||
#include "item.h"
|
||||
#include "main.h"
|
||||
|
||||
#if defined(M5STACK)
|
||||
#include <M5Stack.h>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Streaming.h"
|
||||
#include "item.h"
|
||||
#include "textconst.h"
|
||||
#include "main.h"
|
||||
|
||||
#ifndef AC_Serial
|
||||
#define AC_Serial Serial3
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "item.h"
|
||||
#include <ModbusMaster.h>
|
||||
#include "main.h"
|
||||
|
||||
extern aJsonObject *modbusObj;
|
||||
extern ModbusMaster node;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Streaming.h"
|
||||
|
||||
#include "item.h"
|
||||
#include "main.h"
|
||||
|
||||
static int driverStatus = CST_UNKNOWN;
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Streaming.h"
|
||||
|
||||
#include "item.h"
|
||||
#include "main.h"
|
||||
|
||||
#ifdef ADAFRUIT_LED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user