mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
serial default typo fix
This commit is contained in:
@@ -1545,7 +1545,7 @@ bool MyESP::_fs_loadConfig() {
|
||||
|
||||
// serial is only on when booting
|
||||
#ifdef FORCE_SERIAL
|
||||
_serial_ = true;
|
||||
_serial = true;
|
||||
#else
|
||||
_serial = json["serial"];
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user