STABILITY when re-load, Artnet, RGBWW, ETAG, Logs

This commit is contained in:
2021-12-19 18:33:54 +03:00
parent 201f492e29
commit 2e5c7d8045
12 changed files with 109 additions and 43 deletions

View File

@@ -49,8 +49,8 @@ class Streamlog : public Print
private:
uint8_t severity;
SerialPortType *serialPort;
uint8_t ledPattern;
#ifdef SYSLOG_ENABLE
Syslog * syslog;
uint8_t ledPattern;
#endif
};