mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
sysLog fixed, added logging library (for serial & syslog)
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
//#include <EEPROM.h>
|
||||
#endif
|
||||
|
||||
#include "streamlog.h"
|
||||
extern Streamlog debugSerial;
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
#define wdt_res() watchdogReset()
|
||||
#define wdt_en()
|
||||
@@ -186,7 +189,7 @@ typedef union {
|
||||
uint8_t UID_Byte[20];
|
||||
} UID;
|
||||
|
||||
bool isNotRetainingStatus();
|
||||
bool isNotRetainingStatus();
|
||||
//void watchdogSetup(void);
|
||||
|
||||
void mqttCallback(char *topic, byte *payload, unsigned int length);
|
||||
|
||||
Reference in New Issue
Block a user