Set serial back too false

This commit is contained in:
Glenn Arens
2019-03-20 15:58:34 +01:00
parent 8a0dff24b6
commit 760e9bdceb

View File

@@ -34,7 +34,7 @@ MyESP::MyESP() {
_helpProjectCmds = NULL; _helpProjectCmds = NULL;
_helpProjectCmds_count = 0; _helpProjectCmds_count = 0;
_use_serial = true; _use_serial = false;
_mqtt_host = NULL; _mqtt_host = NULL;
_mqtt_password = NULL; _mqtt_password = NULL;
_mqtt_username = NULL; _mqtt_username = NULL;