mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
syslog replacing event log - https://github.com/proddy/EMS-ESP/issues/242
This commit is contained in:
@@ -298,7 +298,7 @@ class MyESP {
|
||||
void setUseSerial(bool toggle);
|
||||
|
||||
// syslog
|
||||
void _writeLogEvent(const uint8_t type, const char * msg);
|
||||
void writeLogEvent(const uint8_t type, const char * msg);
|
||||
|
||||
// FS
|
||||
void setSettings(fs_loadsave_callback_f loadsave, fs_setlist_callback_f setlist, bool useSerial = true);
|
||||
|
||||
Reference in New Issue
Block a user