mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
more updates
This commit is contained in:
@@ -87,7 +87,6 @@ void System::mqtt_commands(const char * message) {
|
||||
// restart EMS-ESP
|
||||
// mode = safe mode. true to enable on next boot
|
||||
void System::restart(bool mode) {
|
||||
EMSuart::stop();
|
||||
|
||||
// check for safe mode
|
||||
if (mode) {
|
||||
|
||||
Reference in New Issue
Block a user