Skip to content

Commit

Permalink
fix modem
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Nov 22, 2024
1 parent b8c0381 commit a83c769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lockdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ pub async fn hv_transition_enabled(time_ms: u64) -> io::Result<(Child, Child)> {
Ok((
Command::new("minicom")
.args([
"-D",
"/dev/ttyCerberus",
"-O",
"timestamp=extended",
Expand All @@ -117,6 +118,7 @@ pub async fn hv_transition_enabled(time_ms: u64) -> io::Result<(Child, Child)> {
.spawn()?,
Command::new("minicom")
.args([
"-D",
"/dev/ttyCerberus",
"-O",
"timestamp=extended",
Expand Down

0 comments on commit a83c769

Please sign in to comment.