Fix [ESP444]RESTART do not release connection with web client

This commit is contained in:
Luc 2021-09-21 20:48:43 +02:00
parent 058236150d
commit 5620fe5cda
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ bool Commands::ESP444(const char* cmd_params, level_authenticate_type auth_type,
#endif //AUTHENTICATION_FEATURE
if (hastag(cmd_params,"RESTART")) {
output->printMSG ("Restart ongoing");
output->flush();
Hal::wait(100);
Esp3D::restart_esp();
} else if (hastag(cmd_params,"RESET")) {
if (Esp3D::reset()) {

View File

@ -22,7 +22,7 @@
#define _VERSION_ESP3D_H
//version and sources location
#define FW_VERSION "3.0.0.a103"
#define FW_VERSION "3.0.0.a104"
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
#endif //_VERSION_ESP3D_H