Update ESP730.cpp

This commit is contained in:
Luc 2019-09-17 22:16:14 +08:00
parent 67662a4169
commit afdd458ac1

View File

@ -80,7 +80,7 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type,
return response; return response;
} }
output->printERROR ("Incorrect command!"); output->printERROR ("Incorrect command!");
response = false; return false;
} }
#endif //FILESYSTEM_FEATURE #endif //FILESYSTEM_FEATURE