mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 20:16:04 +08:00
Fix [ESP444]RESTART do not release connection with web client
This commit is contained in:
parent
058236150d
commit
5620fe5cda
@ -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()) {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user