Skip to content

Commit

Permalink
Add message about mounting Playdate device
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkirch committed Feb 25, 2023
1 parent fc9e66c commit 50bdc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ impl Build {
}
}

println!("If your OS does not automatically mount your Playdate, please do so now.");

while !data_path.exists() {
thread::sleep(duration);
}
Expand Down

0 comments on commit 50bdc29

Please sign in to comment.