Skip to content

Commit

Permalink
fix: hardcoded FFU version
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Sep 24, 2024
1 parent 193ce11 commit c56ef38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Img2Ffu/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ private static void Main(string[] args)
return;
}

FlashUpdateVersion flashUpdateVersion = FlashUpdateVersion.V2;

Logging.Log("Full Flash Update Version Specified: " + flashUpdateVersion);
Logging.Log("Full Flash Update Version Specified: " + o.FlashUpdateVersion);
Logging.Log("Number of Stores Specified: " + inputFiles.Count());
Logging.Log("");

Expand Down Expand Up @@ -239,7 +237,7 @@ private static void Main(string[] args)
o.BlockSize,
o.AntiTheftVersion,
o.OperatingSystemVersion,
flashUpdateVersion,
o.FlashUpdateVersion,
deviceTargetingInformations,
logging);
}
Expand Down

0 comments on commit c56ef38

Please sign in to comment.