Skip to content

Commit

Permalink
Fix timeout after writing ESP binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Nov 20, 2024
1 parent 26ef8e3 commit 071d7da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ protected override async ValueTask ExecuteCommand()

await WriteEspFiles(connection, deviceInfo, package);

await connection.WaitForMeadowAttach();

// reset device
if (connection != null && connection.Device != null)
{
Expand Down

0 comments on commit 071d7da

Please sign in to comment.