minor changes

This commit is contained in:
proddy
2019-01-02 12:39:43 +01:00
parent 076e85f1dd
commit 1c4fff2c84
3 changed files with 44 additions and 36 deletions

View File

@@ -154,9 +154,9 @@ class MyESP {
uint8_t _helpProjectCmds_count; // # available commands
void _consoleShowHelp();
void (*_consoleCallbackProjectCmds)(); // Callable for projects commands
void _consoleProcessCommand();
bool _isCRLF(char character);
bool _verboseMessages;
void _consoleProcessCommand();
bool _isCRLF(char character);
bool _suspendMessages;
// general
char * _app_hostname;