Update ESP730.cpp

This commit is contained in:
Luc 2019-09-17 14:06:06 +08:00
parent b818022f5e
commit ebb6f2bc37

View File

@ -78,9 +78,10 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type,
output->printMSG ("no"); output->printMSG ("no");
} }
return response; return response;
} } else {
output->printERROR ("Incorrect command!"); output->printERROR ("Incorrect command!");
response = false; response = false;
} }
}
#endif //FILESYSTEM_FEATURE #endif //FILESYSTEM_FEATURE