Rolling 20220930

This commit is contained in:
jomjol
2022-09-30 07:48:33 +02:00
parent 80798ae0e6
commit 6b329aaa58
3 changed files with 3 additions and 3 deletions

View File

@@ -769,7 +769,7 @@ std::string unzip_new(std::string _in_zip_file, std::string _target_zip, std::st
zw = std::string(archive_filename);
printf("Rohfilename: %s\n", zw.c_str());
if (toUpper(zw) == "FIRMWARE.BIN")
if (getFileType(zw) == "BIN")
{
zw = _target_bin + zw;
ret = zw;