added command log_events

This commit is contained in:
Paul
2019-10-02 19:20:55 +02:00
parent 79bc45051f
commit b00405e5b7
8 changed files with 155 additions and 24 deletions

View File

@@ -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);