mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Set serial back too false
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user