mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
added command log_events
This commit is contained in:
@@ -400,11 +400,12 @@ class MyESP {
|
||||
char * _app_updateurl;
|
||||
bool _suspendOutput;
|
||||
bool _general_serial;
|
||||
unsigned long _getUptime();
|
||||
char * _getBuildTime();
|
||||
bool _general_log_events;
|
||||
char * _buildTime;
|
||||
bool _timerequest;
|
||||
bool _formatreq;
|
||||
unsigned long _getUptime();
|
||||
char * _getBuildTime();
|
||||
bool _hasValue(char * s);
|
||||
void _printHeap(const char * s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user