diff --git a/Host/MicroBoot.exe b/Host/MicroBoot.exe index 10c40f90..e9ced6eb 100644 Binary files a/Host/MicroBoot.exe and b/Host/MicroBoot.exe differ diff --git a/Host/Source/MicroBoot/MicroBoot.lps b/Host/Source/MicroBoot/MicroBoot.lps index e0d25103..06ed28e3 100644 --- a/Host/Source/MicroBoot/MicroBoot.lps +++ b/Host/Source/MicroBoot/MicroBoot.lps @@ -1,7 +1,7 @@ - + @@ -149,9 +149,10 @@ + - - + + @@ -171,7 +172,6 @@ - @@ -294,122 +294,126 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - + - + - + + - + - + - + - + - + + + + + diff --git a/Host/Source/MicroBoot/MicroBoot.res b/Host/Source/MicroBoot/MicroBoot.res index f5bff5ee..9867ba3c 100644 Binary files a/Host/Source/MicroBoot/MicroBoot.res and b/Host/Source/MicroBoot/MicroBoot.res differ diff --git a/Host/Source/MicroBoot/firmwareupdate.pas b/Host/Source/MicroBoot/firmwareupdate.pas index 1fc30c91..7b733e95 100644 --- a/Host/Source/MicroBoot/firmwareupdate.pas +++ b/Host/Source/MicroBoot/firmwareupdate.pas @@ -720,9 +720,6 @@ begin // Update the log. FLogString := FInfoString; Synchronize(@SynchronizeLogEvent); - // Set the progress to 100% - FPercentage := 100; - Synchronize(@SynchronizeProgressEvent); // Trigger the OnDone event Synchronize(@SynchronizeDoneEvent); // Transition back to the idle state.