This commit is contained in:
Glenn Arens
2019-03-20 20:23:46 +01:00
parent 6cca18ce81
commit bf5165f446
3 changed files with 24 additions and 16 deletions

View File

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