serial default typo fix

This commit is contained in:
Paul
2019-07-25 10:31:33 +02:00
parent cac7bfae31
commit a7065cd24b

View File

@@ -1545,7 +1545,7 @@ bool MyESP::_fs_loadConfig() {
// serial is only on when booting // serial is only on when booting
#ifdef FORCE_SERIAL #ifdef FORCE_SERIAL
_serial_ = true; _serial = true;
#else #else
_serial = json["serial"]; _serial = json["serial"];
#endif #endif