mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 01:10:38 +08:00
Add parameter to [ESP800] to set setup flag
This commit is contained in:
parent
1eb58d507d
commit
41227d7a4e
@ -71,6 +71,10 @@ bool Commands::ESP800(const char* cmd_params, level_authenticate_type auth_type,
|
||||
}
|
||||
}
|
||||
#endif //TIMESTAMP_FEATURE
|
||||
parameter = get_param (cmd_params, "setup=");
|
||||
if(parameter.length() > 0) {
|
||||
Settings_ESP3D::write_byte (ESP_SETUP, parameter =="0"?0:1);
|
||||
}
|
||||
//FW version
|
||||
if (plain) {
|
||||
output->print("FW version:");
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define _VERSION_ESP3D_H
|
||||
|
||||
//version and sources location
|
||||
#define FW_VERSION "3.0.0.a68"
|
||||
#define FW_VERSION "3.0.0.a69"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
|
||||
|
||||
#endif //_VERSION_ESP3D_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user