mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 13:21:17 +08:00
Fix compilation error
This commit is contained in:
parent
c37b90ea05
commit
ba31b453e3
@ -81,7 +81,7 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type,
|
||||
}
|
||||
parameter = get_param (cmd_params, "create=");
|
||||
if (parameter.length() != 0) {
|
||||
ESP_File f = ESP_FileSystem::open(parameter.c_str(), ESP_SD_FILE_WRITE);
|
||||
ESP_File f = ESP_FileSystem::open(parameter.c_str(), ESP_FILE_WRITE);
|
||||
if (f.isOpen()) {
|
||||
f.close();
|
||||
output->printMSG ("ok");
|
||||
|
Loading…
x
Reference in New Issue
Block a user