diff --git a/src/main.rs b/src/main.rs index cb548e6..3153425 100644 --- a/src/main.rs +++ b/src/main.rs @@ -213,6 +213,10 @@ fn main() -> Result<(), Error> { } println!(); } + "bootsel" => { + writer.write_all(&[0x99])?; + writer.flush()?; + } _ => { let slash_position = args[1].find("/").ok_or(Error { message: "Error retrieving card info".to_owned(),