started adding emsplus

This commit is contained in:
Glenn Arens
2019-03-07 14:46:48 +01:00
parent 8f985246a9
commit fbe7a716c9
5 changed files with 20 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ MyESP::MyESP() {
_helpProjectCmds_count = 0;
_command = (char *)malloc(TELNET_MAX_COMMAND_LENGTH); // reserve buffer for Serial/Telnet commands
_use_serial = false;
_use_serial = true;
_mqtt_host = NULL;
_mqtt_password = NULL;
_mqtt_username = NULL;