mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 23:46:52 +03:00
Revert "Merge pull request #1167 from haverland/fix_analogtodigital"
This reverts commitba59c8ee66, reversing changes made to730006977c.
This commit is contained in:
@@ -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 (getFileType(zw) == "BIN")
|
||||
if (toUpper(zw) == "FIRMWARE.BIN")
|
||||
{
|
||||
zw = _target_bin + zw;
|
||||
ret = zw;
|
||||
|
||||
Reference in New Issue
Block a user